Skip to main content

GanttControl.OptionsCustomization Property

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

Namespace: DevExpress.XtraGantt

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