CalendarViewMode Enum
Lists values that specify the view mode for the Date Navigator.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Month
|
Calendar shows dates within the selected month. |
Year
|
Calendar shows months within the selected year. |
Decade
|
Calendar shows years within the selected decade. |
Century
|
Calendar shows decades within the selected century. |
Related API Members
The following properties accept/return CalendarViewMode values:
Remarks
The values listed by this enumeration are used to set the DateNavigator.ViewMode property’s value.
See Also