Skip to main content
All docs
V25.1
  • GanttControl.OptionsTimeline Property

    Gets the timeline settings.

    Namespace: DevExpress.XtraGantt

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