GanttControl.OptionsView Property
In This Article
Provides access to options that specify the view: visibility of particular visual elements, animations, etc.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttControlOptionsView OptionsView { get; }
#Property Value
Type | Description |
---|---|
Gantt |
An object that contains options that specify the view. |
See Also