Class CalendarDayCell
Calendar cell that represents a day in Month view.
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CalendarDayCell : CalendarDateCell
Constructors
CalendarDayCell()
Declaration
public CalendarDayCell()
Properties
IsFromCurrentMonth
Gets a value that specifies whether the cell date belongs to the current month.
Declaration
public bool IsFromCurrentMonth { get; }
Property Value
System.Boolean
|
IsToday
Gets a value that specifies whether the cell date is today.
Declaration
public bool IsToday { get; }
Property Value
System.Boolean
|