Skip to main content
A newer version of this page is available. .

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.

  • WeekView - displays appointments for a specific week.

  • MonthView - displays appointments for a specific month.

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.