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

TcxCustomDataController.OnGroupingChanged Event

In This Article

Occurs after data grouping is changed.

#Declaration

Delphi
property OnGroupingChanged: TNotifyEvent read; write;

#Remarks

You can handle the OnGroupingChanged event to perform specific actions when data grouping is changed. This involves changing grouping order or clearing grouping.

Group operations are implemented by the TcxDataControllerGroups class. See the Groups attribute to access its functionality.

The Sender parameter specifies the data controller generating this event.

See Also