Class CalendarDateCell
Calendar cell of type
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CalendarDateCell : CalendarCell
Constructors
CalendarDateCell()
Initializes a new instance of the CalendarDateCell class. The Type property is set to Date.
Declaration
public CalendarDateCell()
Properties
Date
Gets or sets the date associated with the cell.
Declaration
public DateTime Date { get; set; }
Property Value
System.DateTime
The date. |
IsEnabled
Gets a value that specifies whether the cell is enabled for selection and could be navigated to.
Declaration
public bool IsEnabled { get; }
Property Value
System.Boolean
|
IsSelected
Gets a value that specifies whether the cell is selected.
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|