Class CalendarCell
Abstraction of calendar cell.
Inheritance
System.Object
CalendarCell
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public abstract class CalendarCell : Object
Constructors
CalendarCell()
Declaration
protected CalendarCell()
Properties
Text
Gets the text of the calendar cell.
Declaration
public string Text { get; }
Property Value
System.String
The text. |
Type
Gets or sets the calendar cell type.
Declaration
public CalendarCellType Type { get; protected set; }
Property Value
CalendarCellType
The type. |