Skip to main content

DateNavigator.CalendarView Property

Gets or sets the calendar display mode. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateNavigatorCalendarView CalendarView { get; set; }

Property Value

Type Description
DateNavigatorCalendarView

A calendar view (for instance, month, year).

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

See Also