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.
The following table lists the main properties of the TimelineView class, which implement its basic functionality.
Member Name | Description |
---|---|
Timeline |
Gets or sets the number of time intervals displayed in the Timeline View. |
Timeline |
Provides access to a collection of time scales displayed in the Timeline View. |
Timeline |
Provides access to the selection bar options. |
Timeline |
Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in the Timeline View. |
Timeline |
Provides access to the options specifying how appointments are displayed in a Timeline View. |
See Also