Day View
- 2 minutes to read
This document introduces the Day View of the Scheduler Control.
The Day View gives the most detailed view of appointments for a particular day. This view's options are represented by the DayView object, which is accessed via the SchedulerControl.DayView property. The image below demonstrates the SchedulerControl with its SchedulerControl.ActiveViewType property set to Day.
The following table lists the main properties of the DayView class, which implement its basic functionality.
Member Name | Description |
---|---|
Day |
Gets or sets the number of days that are simultaneously displayed within the Day View. |
Day |
Gets or sets the time interval for the time slots in the scheduling area. |
Day |
Provides access to the View's collection of time rulers. |
Day |
Gets or sets the time of the Day or Work-Week view's day interval. |
Day |
Gets or sets the working time interval for a Day or Work-Week view. |
Day |
Gets or sets a value indicating if the scheduler control should show its data only for the working hours in a Day View. |
Day |
Gets or sets a value which specifies if day headers are shown when a scheduler control shows its data in the Day or the Work-Week views. |
Day |
Gets or sets a value which specifies if the all-day area is shown when a scheduler control shows its data in the Day or Work-Week view. |
Day |
Specifies whether scrolling of the all-day area is enabled, and the corresponding scrollbar is visible in the Day View or Work-Week View. |
Day |
Gets or sets a value indicating whether to show the 'More' buttons on each column, or only on the time ruler in the Day View. |
Day |
Provides access to the options specifying how appointments are displayed in a Day View. |
See Also