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