Back to Devexpress

Day View

aspnet-3804-components-scheduler-concepts-views-day-view.md

latest3.0 KB
Original Source

Day View

  • Dec 17, 2020
  • 2 minutes to read

The Day View gives the most detailed view of appointments for a particular day. This view’s options are represented via the DayView object, which is accessed via the ASPxScheduler.DayView property. The image below demonstrates the Scheduler control with its ASPxScheduler.ActiveViewType property set to DayView.

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

Member NameDescription
DayView.StylesProvides access to the properties that control the appearance of the DayView’s elements.
DayView.AppointmentDisplayOptionsProvides access to the Day View appointments display options.
DayView.DayCountGets or sets the number of days that are simultaneously displayed within the Day View.
DayView.ShowAllDayAreaGets or sets a value which specifies if the All-Day Area is shown when a Scheduler shows its data in the Day view.
DayView.ShowDayHeadersGets or sets a value which specifies if day headers are shown when a scheduler shows its data in the Day or the Work-Week views.
DayView.ShowMoreButtonsOnEachColumnGets or sets a value indicating whether to show the more buttons on each column in the Day View.
DayView.ShowWorkTimeOnlyGets or sets a value indicating if the scheduler should show its data only for the working hours in a Day View.
AppointmentDisplayOptions.SnapToCellsModeGets or sets the method of snapping appointments to time cells.
DayView.TimeScaleGets or sets the time interval for the time zones and time slots in the scheduling area.
DayView.TimeSlotsGets the View’s collection of time slots.
DayView.VisibleTimeGets or sets the time of the view’s day interval.
DayView.WorkTimeGets or sets the work time interval for a Day View.

See Also

Online Demo: Day View