# Views | WPF Controls | DevExpress Documentation

The following topics are available in this section:

- [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view)
- [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view)
- [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view)
- [Month View](/WPF/119207/controls-and-libraries/scheduler/views/month-view)
- [Timeline View](/WPF/119586/controls-and-libraries/scheduler/views/timeline-view)
- [Agenda View](/WPF/400420/controls-and-libraries/scheduler/views/agenda-view)
- [List View](/WPF/400421/controls-and-libraries/scheduler/views/list-view)

The SchedulerControl has all views enabled out-of-the-box. The [SchedulerControl.Views](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.Views) collection stores the views. If you declare any view in XAML or the SchedulerControl’s [smart tag](/WPF/119608/controls-and-libraries/scheduler/design-time-features/smart-tag/manage-views), the **Views** collection is overwritten to include only the specified views. You can define any number of views with the same type and different settings.

To show the view, set the [SchedulerControl.ActiveViewIndex](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewIndex) property to the necessary view index in the [SchedulerControl.Views](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.Views) collection, which stores all views defined in the scheduler.