Skip to main content

TcxDataControllerGroups.FullCollapse Method

Collapses all data groups within a grid control recursively.

Declaration

procedure FullCollapse; virtual;

Remarks

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

The FullExpand method allows you to expand all data groups.

See Also