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

TcxCustomPivotGrid.OnSelectionChanged Event

In This Article

Fires after the data cell(s) has been selected.

#Declaration

Delphi
property OnSelectionChanged: TNotifyEvent read; write;

#Remarks

Implement the OnSelectionChanged event handler to provide custom behavior after the data cell(s) has been selected by an end-user or programmatically (see the pivot grid’s ViewData.Selection property).

The Sender parameter specifies the pivot grid that owns the selected data cell(s).

See Also