Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlCustomView.Active Property

Switches the control’s View.

#Declaration

Delphi
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