Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridTableViewData.Expand(Boolean) Method

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