Back to Devexpress

TcxGridTableView.OnGroupRowExpanded Event

vcl-cxgridtableview-dot-tcxgridtableview-611482ad.md

latest1.3 KB
Original Source

TcxGridTableView.OnGroupRowExpanded Event

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

Declaration

delphi
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

TcxCustomGridRecord.Collapse

TcxCustomGridRecord.Expanded

TcxGridTableView.OnGroupRowCollapsed

TcxGridTableView.OnGroupRowCollapsing

TcxGridTableView.OnGroupRowExpanding

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit