Skip to main content

DateNavigator.CalendarView Property

Specifies one of the calendar views intended 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

public DateNavigatorCalendarView CalendarView { get; set; }

#Property Value

Type Description
DateNavigatorCalendarView

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

#Remarks

End-users can easily change the current calendar view by clicking the navigation pane of the Date Navigator.

DateNavigator_CalendarViews

See Also