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