# List View | WPF Controls | DevExpress Documentation

The List View is a grid that displays [SchedulerControl](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl) appointments, and allows you to group, sort, and filter them for better analysis. 

Note

The [DateNavigator](/WPF/DevExpress.Xpf.Editors.DateNavigator) synchronized with the [SchedulerControl](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl) cannot be used to filter List view data.

To show the view, set the [SchedulerControl.ActiveViewIndex](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.ActiveViewIndex) property to the corresponding view index in the [SchedulerControl.Views](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.Views) collection.

The SchedulerControl has all views with the default settings enabled out-of-the-box. If you declare any view in XAML or create views with the SchedulerControl’s [smart tag](/WPF/119608/controls-and-libraries/scheduler/design-time-features/smart-tag/manage-views), only the declared views become available. You can specify multiple views with the same type and different settings.

![WpfScheduler_ListView](/WPF/images/wpfscheduler_listview.png)

The List view is the [ListView](/WPF/DevExpress.Xpf.Scheduling.ListView) class in the Scheduler API. It inherits the [ViewBase](/WPF/DevExpress.Xpf.Scheduling.ViewBase) class.

The following properties affect the view’s appearance and functionality:

| Property | Description |
| --- | --- |
| [ListView.ShowChangedOccurrences](/WPF/DevExpress.Xpf.Scheduling.ListView.ShowChangedOccurrences) | Specifies whether to display changed [occurrences](/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence). This is a dependency property. |
| [ListView.ShowDeletedOccurrences](/WPF/DevExpress.Xpf.Scheduling.ListView.ShowDeletedOccurrences) | Specifies whether to display deleted [occurrences](/WPF/119213/controls-and-libraries/scheduler/appointments/recurrence). This is a dependency property. |