BootstrapSchedulerViewRepository.TimelineView Property
Gets an object that defines the settings of the scheduler’s Timeline View.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapTimelineView TimelineView { get; }
Property Value
Type | Description |
---|---|
BootstrapTimelineView | A BootstrapTimelineView 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 BootstrapScheduler 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 BootstrapScheduler.TimelineView property.