Enum
CalendarSelectionMode

Specifies the supported selection modes by the calendar control.

Definition

Namespace:Telerik.Maui.Controls.Calendar

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum CalendarSelectionMode

Fields

Multiple

The calendar will allow multiple dates to be selected.

Declaration

cs-api-definition
Multiple = 2

Field Value

CalendarSelectionMode

None

The calendar will not allow any dates to be selected.

Declaration

cs-api-definition
None = 0

Field Value

CalendarSelectionMode

Range

The calendar will allow a range of dates to be selected.

Declaration

cs-api-definition
Range = 3

Field Value

CalendarSelectionMode

Single

The calendar will allow only a single date to be selected.

Declaration

cs-api-definition
Single = 1

Field Value

CalendarSelectionMode

In this article
DefinitionFieldsMultipleNoneRangeSingle
Not finding the help you need?
Contact Support