Back to Devexpress

TcxGridTableView.OnGroupRowCollapsed Event

vcl-cxgridtableview-dot-tcxgridtableview-93d1d10b.md

latest1.4 KB
Original Source

TcxGridTableView.OnGroupRowCollapsed Event

Allows you to perform specific actions after a group row has collapsed.

Declaration

delphi
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

TcxCustomGridRecord.Collapse

TcxCustomGridRecord.Expanded

TcxGridTableView.OnGroupRowCollapsing

TcxGridTableView.OnGroupRowExpanded

TcxGridTableView.OnGroupRowExpanding

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit