EnumCalendarNodeSelectionState
Enum
Specifies the position of the date in a range selection.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum CalendarNodeSelectionState
Fields
First
The date is the first of many in the collection that holds the selected dates of the calendar.
Last
The date is the last of many in the collection that holds the selected dates of the calendar.
Middle
The date is in the middle of many in the collection that holds the selected dates of the calendar.
None
The date is not selected.
Single
The date is single in the collection that holds the selected dates of the calendar.