Specifies the position of the date in a range selection.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum CalendarNodeSelectionState
Fields
The date is the first of many in the collection that holds the selected dates of the calendar.
C#
First = 2
The date is the last of many in the collection that holds the selected dates of the calendar.
C#
Last = 4
The date is in the middle of many in the collection that holds the selected dates of the calendar.
C#
Middle = 3
The date is not selected.
C#
None = 0
The date is single in the collection that holds the selected dates of the calendar.
C#
Single = 1