Back to Devexpress

TdxGanttControlCustomView.Active Property

vcl-dxganttcontrolcustomview-dot-tdxganttcontrolcustomview.md

latest1.3 KB
Original Source

TdxGanttControlCustomView.Active Property

Switches the control’s View.

Declaration

delphi
property Active: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxGanttControlChartView

TdxGanttControlResourceSheetView

TdxGanttControlTimelineView

TdxGanttControlCustomView Class

TdxGanttControlCustomView Members

dxGanttControlCustomView Unit