New to Telerik UI for .NET MAUIStart a free 30-day trial

Specifies the position of the date in a range selection.

Definition

Namespace:Telerik.Maui.Controls.Calendar

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum CalendarNodeSelectionState

Fields

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

C#
First = 2

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

C#
Last = 4

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

C#
Middle = 3

The date is not selected.

C#
None = 0

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

C#
Single = 1
In this article
DefinitionFieldsFirstLastMiddleNoneSingle
Not finding the help you need?
Contact Support