SchedulerViewRepository.TimelineView Property
Gets an object that defines the settings of the scheduler’s Timeline View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
TimelineView | A TimelineView object representing the Timeline View in the scheduling area. |
Remarks
The Timeline View enables end-users to schedule and display appointments by a timeline. In this mode, appointments are displayed as horizontal bars along the timescales, which provide end-users with a clearer overview for scheduling purposes. Use the TimelineView.Scales property to specify which time scales and how many should be displayed at one time.
Use the TimelineView property to customize the settings of the Timeline View. To make the ASPxScheduler display information using the Timeline View, set the ASPxScheduler.ActiveViewType property to SchedulerViewType.Timeline.
The settings of the Timeline View can also be accessed via the ASPxScheduler.TimelineView property.