GanttControl.OptionsTimeline Property
In This Article
Gets the timeline settings.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttControlTimelineOptions OptionsTimeline { get; }
#Property Value
Type | Description |
---|---|
Gantt |
An object with timeline settings. |
#Remarks
Read the following topic for detailed information and examples: Timeline.
See Also