TcxGridTableView.OnGroupRowCollapsed Event
Allows you to perform specific actions after a group row has collapsed.
Declaration
property OnGroupRowCollapsed: TcxGridGroupRowEvent read; write;
Remarks
The OnGroupRowCollapsed event fires after the group row has been collapsed either by end-user action or via code (see the row’s Expanded property and Collapse method).
Sender specifies the View to which the group row belongs.
AGroup specifies the collapsed group row.
See Also