TcxCustomVerticalGrid.FullCollapse Method
In This Article
Collapses all rows within the grid.
#Declaration
Delphi
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