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
CalendarSelectionMode
|
None
The calendar will not allow any dates to be selected.
Declaration
public const CalendarSelectionMode None
Field Value
CalendarSelectionMode
|
Range
The calendar will allow a range of dates to be selected.
Declaration
public const CalendarSelectionMode Range
Field Value
CalendarSelectionMode
|
Single
The calendar will allow only a single date to be selected.
Declaration
public const CalendarSelectionMode Single
Field Value
CalendarSelectionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|