Class CalendarSelectionMode
Specifies the supported selection modes by the calendar control.
Inheritance
System.Object
CalendarSelectionMode
Namespace: Telerik.Maui.Controls.Calendar
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class CalendarSelectionMode : Enum
Fields
Multiple
The calendar will allow multiple dates to be selected.
Declaration
public const CalendarSelectionMode Multiple
Field Value
None
The calendar will not allow any dates to be selected.
Declaration
public const CalendarSelectionMode None
Field Value
Range
The calendar will allow a range of dates to be selected.
Declaration
public const CalendarSelectionMode Range
Field Value
Single
The calendar will allow only a single date to be selected.
Declaration
public const CalendarSelectionMode Single
Field Value
value__
Declaration
public int value__
Field Value
System.
|