TcxCustomGridRecord.Collapse(Boolean) Method
In This Article
Collapses the record.
#Declaration
Delphi
procedure Collapse(ARecurse: Boolean);
#Parameters
Name | Type |
---|---|
ARecurse | Boolean |
#Remarks
The Collapse method call provides the invert result as compared to the Expand method. Please refer to the Expand method description for details.
See Also