TcxCustomDataController.OnGroupingChanged Event
Occurs after data grouping is changed.
Declaration
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