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

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.v18.2.dll

Declaration

public CalendarViewMode ViewMode { get; set; }

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