Enum
CalendarNodeSelectionState

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.

Declaration

cs-api-definition
First = 2

Field Value

CalendarNodeSelectionState

Last

The date is the last of many in the collection that holds the selected dates of the calendar.

Declaration

cs-api-definition
Last = 4

Field Value

CalendarNodeSelectionState

Middle

The date is in the middle of many in the collection that holds the selected dates of the calendar.

Declaration

cs-api-definition
Middle = 3

Field Value

CalendarNodeSelectionState

None

The date is not selected.

Declaration

cs-api-definition
None = 0

Field Value

CalendarNodeSelectionState

Single

The date is single in the collection that holds the selected dates of the calendar.

Declaration

cs-api-definition
Single = 1

Field Value

CalendarNodeSelectionState

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