Skip to main content
All docs
V19.1

Change the Active View

  • 2 minutes to read

The SchedulerControl is intended to display appointments using one of the standard views. The currently active view used by the SchedulerControl can be either deliberately selected by an end-user, or changed by the SchedulerControl itself according to its internal logic. Only views with the SchedulerViewBase.Enabled property set to true are available.

The active view is changed in the following cases.

Note

To change the scheduler view programmatically, change the value of the SchedulerControl.ActiveViewType property. See the How to: Programmatically Change the Active View document, for more information.