Class CalendarNodeSelectionState
Specifies the position of the date in a range selection.
Inheritance
Namespace: Telerik.Maui.Controls.Calendar
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class CalendarNodeSelectionState : Enum
Fields
First
The date is the first of many in the collection that holds the selected dates of the calendar.
Declaration
public const CalendarNodeSelectionState First
Field Value
Last
The date is the last of many in the collection that holds the selected dates of the calendar.
Declaration
public const CalendarNodeSelectionState Last
Field Value
Middle
The date is in the middle of many in the collection that holds the selected dates of the calendar.
Declaration
public const CalendarNodeSelectionState Middle
Field Value
None
The date is not selected.
Declaration
public const CalendarNodeSelectionState None
Field Value
Single
The date is single in the collection that holds the selected dates of the calendar.
Declaration
public const CalendarNodeSelectionState Single
Field Value
value__
Declaration
public int value__
Field Value
System.
|