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

TcxCustomGrid.OnActiveTabChanged Event

In This Article

Occurs on switching between detail levels.

#Declaration

Delphi
property OnActiveTabChanged: TcxGridActiveTabChangedEvent read; write;

#Remarks

The OnActiveTabChanged event occurs when a user switches to a detail level (defined by the ALevel parameter) by using tabs. The Sender parameter specifies the grid control.

To display tabs, set the detail level caption via the TcxGridLevel.Caption property and specify the tabs position via the TcxGridLevelOptions.DetailTabsPosition property of a corresponding parent level. To display the grid level tabs at the root level, specify the Grid.RootLevelOptions property’s value.

See Also