# Day View | WPF Controls | DevExpress Documentation

This document introduces the [SchedulerControl](/WPF/114881/controls-and-libraries/scheduler)‘s **Day** view.

The **Day** view displays appointments scheduled for a specific date. 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.

Note

The SchedulerControl has all views with the default settings enabled out-of-the-box. If you declare any view in XAML or create views using 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 any number of views with the same type and different settings.

![WPFScheduler_DayView](/WPF/images/wpfscheduler_dayview131031.png)

The Day view is the [DayView](/WPF/DevExpress.Xpf.Scheduling.DayView) class in the Scheduler API. It inherits the [DayViewBase](/WPF/DevExpress.Xpf.Scheduling.DayViewBase) and [ViewBase](/WPF/DevExpress.Xpf.Scheduling.ViewBase) classes.

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

| Property | Description |
| --- | --- |
| [SchedulerControl.GroupType](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.GroupType) | Gets or sets the type of grouping applied to the Scheduler. This is a dependency property. |
| [DayView.DayCount](/WPF/DevExpress.Xpf.Scheduling.DayView.DayCount) | Gets or sets the number of days that are simultaneously displayed within the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view). This is a dependency property. |
| [SchedulerViewBase.ShowDayHeaders](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowDayHeaders) | Gets or sets whether to display day headers. This is a dependency property. |
| [SchedulerViewBase.ShowResourceHeaders](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceHeaders) | Gets or sets whether to display [resource](/WPF/119219/controls-and-libraries/scheduler/resources) headers. This is a dependency property. |
| [SchedulerViewBase.ResourcesPerPage](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.ResourcesPerPage) | Gets or sets the maximum number of simultaneously displayed [resources](/WPF/119219/controls-and-libraries/scheduler/resources). This is a dependency property. |
| [SchedulerViewBase.ShowResourceNavigator](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.ShowResourceNavigator) | Gets or sets whether to display the [resource](/WPF/119219/controls-and-libraries/scheduler/resources) navigator. This is a dependency property. |
| [DayViewBase.ShowAllDayArea](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.ShowAllDayArea) | Gets or sets a value indicating whether the **All-Day Area** is shown in the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [SchedulerViewBase.NavigationButtonsVisibility](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.NavigationButtonsVisibility) | Gets or sets whether to display appointment navigation buttons. This is a dependency property. |
| [SchedulerViewBase.MoreButtonsVisibility](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.MoreButtonsVisibility) | Gets or sets the visibility state of More buttons in the current View. This is a dependency property. |
| [DayViewBase.VisibleTime](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.VisibleTime) | Gets or sets the time of the view’s day interval for the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [DayViewBase.ShowWorkTimeOnly](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.ShowWorkTimeOnly) | Gets or sets a value indicating whether the [SchedulerControl](/WPF/114881/controls-and-libraries/scheduler) should show its data only for the working hours in the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [SchedulerControl.WorkTime](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.WorkTime) | Gets or sets the work time interval. This is a dependency property. |
| [SchedulerControl.CustomWorkTime](/WPF/DevExpress.Xpf.Scheduling.SchedulerControl.CustomWorkTime) | Allows you to specify several custom work time intervals per day, which can be set differently for distinct days and resources. |
| [DayViewBase.SnapToCellsMode](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.SnapToCellsMode) | Gets or sets the method of snapping appointments to time cells in the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [DayViewBase.AppointmentMinHeight](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.AppointmentMinHeight) | Gets or sets the minimum height of appointments in the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [DayViewBase.TimeIndicatorVisibility](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.TimeIndicatorVisibility) | Gets or sets a mode that specifies how to display the **Time Indicator** in the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [DayViewBase.ShowTimeIndicatorOverAppointment](/WPF/DevExpress.Xpf.Scheduling.DayViewBase.ShowTimeIndicatorOverAppointment) | Gets or sets a value indicating whether the **Time Indicator** is displayed over appointments in the [Day View](/WPF/119204/controls-and-libraries/scheduler/views/day-view), [Work Week View](/WPF/119205/controls-and-libraries/scheduler/views/work-week-view), and [Week View](/WPF/119206/controls-and-libraries/scheduler/views/week-view). This is a dependency property. |
| [DayViewBase.HorizontalScrollBarVisibility](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.HorizontalScrollBarVisibility) | Gets or sets the horizontal scrollbar visibility mode. This is a dependency property. |
| [DayViewBase.VerticalScrollBarVisibility](/WPF/DevExpress.Xpf.Scheduling.SchedulerViewBase.VerticalScrollBarVisibility) | Gets or sets the vertical scrollbar visibility mode. This is a dependency property. |