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

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

Declaration

public enum DateNavigatorCalendarView

Members

Name Description
Month

Applies monthly calendars within the DateNavigator control.

DateNavigator-MonthView

Year

Applies yearly calendars within the DateNavigator control.

DateNavigator-YearView

Years

A calendar of the DateNavigator control that displays several years.

DateNavigator-YearsView

YearsRange

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

DateNavigator-YearRangeView

Related API Members

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.

To programmatically change a calendar view of the DateNavigator control, use the DateNavigator.CalendarView property.

See Also