Skip to main content
A newer version of this page is available. .
All docs
V23.1

GanttControl.OptionsTimeline Property

Gets the timeline settings.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttControlTimelineOptions OptionsTimeline { get; }

Property Value

Type Description
GanttControlTimelineOptions

An object with timeline settings.

Remarks

Read the following topic for detailed information and examples: Timeline.

See Also