TcxCustomGridTableViewData.Expand(Boolean) Method
In This Article
Expands all records within the current View recursively.
#Declaration
Delphi
procedure Expand(ARecurse: Boolean); virtual;
#Parameters
Name | Type |
---|---|
ARecurse | Boolean |
#Remarks
The Expand method performs a recursive expansion of all records within the current View.
The ARecurse parameter is in effect only when the Expand method is applied to a master View in a master-detail relationship. It specifies whether rows of a detail View are also recursively expanded after expanding rows of the master View.
The collapse/expand operations are implemented only by master rows, group rows and cards (TcxGridMasterDataRow, TcxGridGroupRow and TcxGridCard respectively).
See Also