Skip to main content
A newer version of this page is available. .

GanttControl.OptionsCustomization Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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