DateNavigator.CalendarView Property
In This Article
Gets or sets the calendar display mode. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A calendar view (for instance, month, year). |
Available values:
Name | Description |
---|---|
Month | Applies monthly calendars within the Date |
Year | Applies yearly calendars within the Date |
Years | A calendar of the Date |
Years |
A calendar of the Date |
See Also