Skip to main content

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.

DXScheduler_DayView

The following table lists the main properties of the DayView class, which implement its basic functionality.

Member Name Description
DayView.DayCount Gets or sets the number of days that are simultaneously displayed within the Day View.
DayView.TimeScale Gets or sets the time interval for the time slots in the scheduling area.
DayView.TimeRulers Provides access to the View's collection of time rulers.
DayView.VisibleTime Gets or sets the time of the Day or Work-Week view's day interval.
DayView.WorkTime Gets or sets the working time interval for a Day or Work-Week view.
DayView.ShowWorkTimeOnly Gets or sets a value indicating if the scheduler control should show its data only for the working hours in a Day View.
DayView.ShowDayHeaders 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.
DayView.ShowAllDayArea 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.
DayView.AllDayAreaScrollBarVisible Specifies whether scrolling of the all-day area is enabled, and the corresponding scrollbar is visible in the Day View or Work-Week View.
DayView.ShowMoreButtonsOnEachColumn 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.
DayView.AppointmentDisplayOptions Provides access to the options specifying how appointments are displayed in a Day View.
See Also