IPivotTable.CollapseAllGroups() Method
In This Article
Collapses all groups in the Pivot Table component.
Namespace: DevExpress.Blazor.PivotTable
Assembly: DevExpress.Blazor.PivotTable.v24.2.dll
NuGet Package: DevExpress.Blazor.PivotTable
#Declaration
C#
void CollapseAllGroups()
#Remarks
Refer to the CollapseAllGroups() method description for more information and an example.
See Also