Back to Devexpress

TcxCustomRow.Expand(Boolean) Method

vcl-cxvgrid-dot-tcxcustomrow-dot-expand-x28-system-dot-boolean-x29.md

latest991 B
Original Source

TcxCustomRow.Expand(Boolean) Method

Expands the current row.

Declaration

delphi
procedure Expand(ARecurse: Boolean);

Parameters

NameType
ARecurseBoolean

Remarks

Use the Expand method to expand the current row. The ARecurse parameter identifies whether all child rows are expanded recursively. If this parameter value is True the subtree rooted at the current row is expanded. Otherwise child rows retain their state as it was before the current row was expanded.

See Also

TcxCustomRow.Collapse

TcxCustomVerticalGrid.FullCollapse

TcxCustomVerticalGrid.FullExpand

TcxCustomRow Class

TcxCustomRow Members

cxVGrid Unit