Skip to main content
A newer version of this page is available. .

TcxDataControllerGroups.FullExpand Method

Expands all data groups within a grid control recursively.

Declaration

procedure FullExpand; virtual;

Remarks

Use the FullExpand method to expand all data groups, including nested data groups. To expand a specific data group, use the ChangeExpanding method.

The FullCollapse method allows you to collapse all data groups.

See Also