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