TdxGanttControlCustomView Class
In This Article
The base class for all Views in the VCL Gantt Control.
#Declaration
Delphi
TdxGanttControlCustomView = class abstract(TdxGanttControlCustomOptions, IcxStoredObject, IcxStoredParent)
#Remarks
This class simply publishes the Active property value that allows you to switch the control’s view (Chart, Resource Sheet, and Timeline).
The control’s ActiveView property references a TdxGanttControlCustomView object.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxGanttControlPersistent
TdxGanttControlCustomOptions
TdxGanttControlCustomView
See Also