TcxCustomVerticalGrid.FullCollapse Method
Collapses all rows within the grid.
Declaration
procedure FullCollapse;
Remarks
Use the FullCollapse method to collapse all rows within the grid control. Note: hidden rows are collapsed.
You can expand all rows using the FullExpand method.
See Also