Class CalendarTextCell
Calendar cell that represents a text field and is not associated with a date - day name, week number or calendar title.
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CalendarTextCell : CalendarCell
Constructors
CalendarTextCell(CalendarCellType)
Initializes a new instance of the CalendarTextCell class.
Declaration
public CalendarTextCell(CalendarCellType cellType)
Parameters
CalendarCellType
cellType
Type of the cell. The possible values are Title, WeekNumber or DayName. |