Class CalendarCell
Inherited Members
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public abstract class CalendarCell : CalendarTextElement
Constructors
CalendarCell(RadCalendarView)
CalendarCell(IntPtr, JniHandleOwnership)
Declaration
protected CalendarCell(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BorderColor
Declaration
public virtual int BorderColor { get; set; }
Property Value
System.Int32
|
BorderWidth
Declaration
public virtual float BorderWidth { get; set; }
Property Value
System.Single
|
CellToday
Declaration
protected bool CellToday { get; set; }
Property Value
System.Boolean
|
CellType
Date
Declaration
public virtual long Date { get; set; }
Property Value
System.Int64
|
DrawBorderInsideCell
Declaration
public virtual bool DrawBorderInsideCell { get; set; }
Property Value
System.Boolean
|
IsToday
Declaration
public virtual bool IsToday { get; }
Property Value
System.Boolean
|
IsWeekend
Declaration
public virtual bool IsWeekend { get; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
LastCellInRow
Declaration
public virtual bool LastCellInRow { get; set; }
Property Value
System.Boolean
|
Row
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
BorderPaint()
Declaration
protected virtual Paint BorderPaint()
Returns
Android.Graphics.Paint
|
SetAsToday(Boolean)
Declaration
public virtual void SetAsToday(bool cellToday)
Parameters
System.Boolean
cellToday
|
UpdateBorder()
Declaration
protected virtual void UpdateBorder()