Back to Devexpress

CalendarSelectionMode Enum

windowsforms-devexpress-dot-xtraeditors-dot-repository-e799dd35.md

latest1.8 KB
Original Source

CalendarSelectionMode Enum

Lists selection modes available for the end-user.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum CalendarSelectionMode
vb
Public Enum CalendarSelectionMode

Members

NameDescription
Single

End-user is allowed to select a single date only.

| | Multiple |

Multiple dates can be selected.

|

The following properties accept/return CalendarSelectionMode values:

Remarks

The CalendarSelectionMode enumeration values are used by the CalendarControlBase.SelectionMode, DateNavigator.SelectionMode and the RepositoryItemDateEdit.SelectionMode properties.

See Also

DevExpress.XtraEditors.Repository Namespace