GanttControl.OptionsBehavior Property
In This Article
Provides access to a set of options that specify the behavior of the control.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttControlOptionsBehavior OptionsBehavior { get; }
#Property Value
Type | Description |
---|---|
Gantt |
An object that contains a set of options. |
See Also