IPivotTable.CollapseAllColumns() Method
Collapses all columns in the Pivot Table component.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v25.1.dll
NuGet Package: DevExpress.Blazor.PivotTable
Declaration
void CollapseAllColumns()
Remarks
Refer to the CollapseAllColumns() method description for more information and an example.
See Also