Skip to main content
A newer version of this page is available. .

BootstrapSchedulerViewRepository.TimelineView Property

Gets an object that defines the settings of the scheduler’s Timeline View.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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.

See Also