Skip to main content

Views

Views help organize Scheduler data by levels of detail.

  • DayView - the most detailed view that displays appointments for a specific date. The DayView.DayCount property specifies the number of days that are simultaneously displayed within the view.

DevExpress WinUI Scheduler - Day View

DevExpress WinUI Scheduler - Work Week View

  • WeekView - displays appointments for a specific week.

DevExpress WinUI Scheduler - Week View

  • MonthView - displays appointments for a specific month.

DevExpress WinUI Scheduler - Month View

End-users can select the desired view in the panel at the top right.

The SchedulerControl.Views property provides access to the collection of available views. If you declare any view in XAML, the SchedulerControl.Views collection is overwritten to include only the specified views. The SchedulerControl.ActiveViewIndex property specifies the displayed view by its zero-based index in the SchedulerControl.Views collection.