Collapses all columns and rows in PivotGridControl.
public void CollapseAll()
Public Sub CollapseAll()
The CollapseAll method collapses all row and column values. To expand all columns and rows, use the ExpandAll method.
To collapse or expand all columns and rows asynchronously, use the CollapseAllAsync and ExpandAllAsync methods, respectively.