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.v14.2.dll
#Declaration
#Members
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 |
#Passed To
You can pass DateNavigatorCalendarView values to the DateNavigator.CalendarView property.
#Remarks
Click the Date Navigator's navigation pane to toggle between calendar views. This feature is helpful for easy date navigation.
To programmatically change a calendar view of the DateNavigator control, use the DateNavigator.CalendarView property.