Skip to main content
A newer version of this page is available. .

CalendarSelectionMode Enum

Lists values that specify the selection mode for the Date Navigator.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v18.2.dll

Declaration

public enum CalendarSelectionMode

Members

Name Description
None

Selecting dates is disabled.

Single

A single date can be selected.

Multiple

A range of dates can be selected.

Related API Members

The following properties accept/return CalendarSelectionMode values:

Remarks

The values listed by this enumeration are used to set the DateNavigator.SelectionMode property’s value.

See Also