TdxCustomGanttControl.ActiveView Property
In This Article
Provides access to an active view and its settings.
#Declaration
Delphi
property ActiveView: TdxGanttControlCustomView read;
#Property Value
Type |
---|
Tdx |
#Remarks
The control can display only a single View at once and such a View is called active. Use this property to customize the active view. To activate a View, set its Active property value to True. A View change raises the OnActiveViewChanged event.
See Also