Back to Devexpress

TdxGanttControlCustomView Class

vcl-dxganttcontrolcustomview-8709e852.md

latest1.8 KB
Original Source

TdxGanttControlCustomView Class

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.

Implements

IcxStoredObject

IcxStoredParent

Inheritance

TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlCustomOptions TdxGanttControlCustomView

See Also

TdxGanttControlChartView

TdxGanttControlResourceSheetView

TdxGanttControlTimelineView

TdxGanttControlCustomView Members

dxGanttControlCustomView Unit