Skip to main content

SchedulerViewRepository.TimelineView Property

Provides access to an object that defines the settings of the scheduler's Timeline View.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TimelineView TimelineView { get; }

#Property Value

Type Description
TimelineView

A TimelineView object which specifies the Timeline View in the scheduling area.

#Remarks

The TimelineView property is synchronized with the SchedulerControl.TimelineView property.

See Also