SchedulerViewRepository.TimelineView Property
In This Article
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 |
---|---|
Timeline |
A Timeline |
#Remarks
The TimelineView property is synchronized with the SchedulerControl.TimelineView property.
See Also