Back to Devexpress

Timeline View

aspnet-3808-components-scheduler-concepts-views-timeline-view.md

latest2.2 KB
Original Source

Timeline View

  • Feb 23, 2023

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 ASPxScheduler.TimelineView property. The image below demonstrates the Scheduler control with its ASPxScheduler.ActiveViewType property set to TimelineView.

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

Member NameDescription
TimelineView.StylesProvides access to the properties that control the appearance of the TimelineView’s elements.
TimelineView.AppointmentDisplayOptionsProvides access to the appointment’s display options.
TimelineView.ScalesProvides access to a collection of time scales displayed in the timeline view.
TimelineView.GetBaseTimeScaleGets the time scale with the minimum time interval among enabled scales.
TimelineView.WorkTimeGets or sets the work time interval for a Timeline View.
TimelineView.CellAutoHeightOptionsOptions that specify how the height of cells are adjusted.
AppointmentDisplayOptions.SnapToCellsModeGets or sets the method of snapping appointments to time cells.

See Also

Online Demo: Timeline View