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
CalendarNodeSelectionState
|
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
CalendarNodeSelectionState
|
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
CalendarNodeSelectionState
|
None
The date is not selected.
Declaration
public const CalendarNodeSelectionState None
Field Value
CalendarNodeSelectionState
|
Single
The date is single in the collection that holds the selected dates of the calendar.
Declaration
public const CalendarNodeSelectionState Single
Field Value
CalendarNodeSelectionState
|
value__
Declaration
public int value__
Field Value
System.Int32
|