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

    Provides access to options of the splitter that separates the task list and chart.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
    public GanttControlOptionsSplitter OptionsSplitter { get; }

    Property Value

    Type Description
    GanttControlOptionsSplitter

    A GanttControlOptionsSplitter object that specifies the splitter’s options.

    See Also