Back to Devexpress

BootstrapScheduler.TimelineView Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapscheduler-f7e46981.md

latest1.7 KB
Original Source

BootstrapScheduler.TimelineView Property

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

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[Browsable(false)]
public BootstrapTimelineView TimelineView { get; }
vb
<Browsable(False)>
Public ReadOnly Property TimelineView As BootstrapTimelineView

Property Value

TypeDescription
BootstrapTimelineView

A BootstrapTimelineView object representing the Timeline View in the scheduling area.

|

Remarks

The TimelineView property is synchronized with the BootstrapSchedulerViewRepository.TimelineView property of the BootstrapScheduler.Views object.

See Also

Scheduler

Views

BootstrapScheduler Class

BootstrapScheduler Members

DevExpress.Web.Bootstrap Namespace