Back to Devexpress

DateNavigator.CalendarView Property

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

latest2.1 KB
Original Source

DateNavigator.CalendarView Property

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

Namespace : DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DateNavigatorCalendarView CalendarView { get; set; }
vb
Public Property CalendarView As DateNavigatorCalendarView

Property Value

TypeDescription
DateNavigatorCalendarView

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

|

Available values:

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).

|

See Also

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace