Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Core

#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

#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