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

    Provides access to a set of options that specify the customization facilities of the control.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

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

    Property Value

    Type Description
    GanttControlOptionsCustomization

    An object that contains a set of options.

    See Also