Back to Devexpress

SchedulerControl.TimelineView Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-e114c29b.md

latest1.7 KB
Original Source

SchedulerControl.TimelineView Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
TimelineView

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

|

Remarks

The TimelineView property is synchronized with the SchedulerViewRepository.TimelineView property of the SchedulerControl.Views object.

See Also

TimelineView

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace