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

DateNavigator.CalendarView Property

Specifies one of the calendar views intended to display date ranges of a different scope in a different manner. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

Declaration

public DateNavigatorCalendarView CalendarView { get; set; }

Property Value

Type Description
DateNavigatorCalendarView

A DateNavigatorCalendarView enumeration value specifying the view for the date range.

Available values:

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

End-users can change the current calendar view by clicking the navigation pane.

See Also