Back to Devexpress

DateNavigatorCalendarView Enum

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-cad71e19.md

latest3.0 KB
Original Source

DateNavigatorCalendarView Enum

Lists calendar view types allowing you to display date ranges of a different scope in a different manner.

Namespace : DevExpress.Xpf.Editors.DateNavigator

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum DateNavigatorCalendarView
vb
Public Enum DateNavigatorCalendarView

Members

NameDescription
Month

Applies monthly calendars within the DateNavigator control.

| | Year |

Applies yearly calendars within the DateNavigator control.

| | Years |

A calendar of the DateNavigator control that displays several years.

| | YearsRange |

A calendar of the DateNavigator control that displays year ranges (each year range is ten years).

|

The following properties accept/return DateNavigatorCalendarView values:

Remarks

Click the Date Navigator ‘s navigation pane to toggle between calendar views. This feature is helpful for easy date navigation.

Use the DateNavigator.CalendarView property to change DateNavigator control’s calendar view.

Use the DateNavigator.SelectionView property to specify a kind of allowed date.

See Also

DevExpress.Xpf.Editors.DateNavigator Namespace