Skip to main content

Timeline View

This document introduces the Timeline View of the Scheduler Control.

The Timeline View displays appointments as horizontal bars along the timescales and provides end-users with a clearer overview for scheduling purposes. This view's options are represented via the TimelineView object, which is accessed via the SchedulerControl.TimelineView property. The image below demonstrates the SchedulerControl with its SchedulerControl.ActiveViewType property set to Timeline.

DXScheduler_TimelineView

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

Member Name Description
TimelineView.IntervalCount Gets or sets the number of time intervals displayed in the Timeline View.
TimelineView.Scales Provides access to a collection of time scales displayed in the Timeline View.
TimelineView.SelectionBar Provides access to the selection bar options.
TimelineView.TimelineScrollBarVisible Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in the Timeline View.
TimelineView.AppointmentDisplayOptions Provides access to the options specifying how appointments are displayed in a Timeline View.
See Also