Skip to main content

TdxGanttControlCustomView.Active Property

Switches the control’s View.

Declaration

property Active: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The control can display only a single View at once and such a View is called active. Set this property to True activate a View. To customize the active view, use the control’s ActiveView property. A View change raises the control’s OnActiveViewChanged event.

The Active property’s default value is False.

See Also