TdxCustomGanttControl.ActiveView Property
Provides access to an active view and its settings.
Declaration
property ActiveView: TdxGanttControlCustomView read;
Property Value
Type |
---|
TdxGanttControlCustomView |
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