Skip to main content
All docs
V23.2

GanttControl.OptionsTimeline Property

Gets the timeline settings.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.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