Specifies the supported selection modes by the calendar control.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum CalendarSelectionMode
Fields
The calendar will allow multiple dates to be selected.
C#
Multiple = 2
The calendar will not allow any dates to be selected.
C#
None = 0
The calendar will allow a range of dates to be selected.
C#
Range = 3
The calendar will allow only a single date to be selected.
C#
Single = 1