DateNavigator.ViewMode Property
Gets or sets the current view mode for the Date Navigator. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
CalendarViewMode | A CalendarViewMode enumeration value. |
Available values:
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. |
See Also