Skip to main content

DataGridView.CollapseAllGroups() Method

In This Article

Collapses all groups of rows.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public void CollapseAllGroups()

#Remarks

To collapse an individual group of row, use the DataGridView.CollapseGroupRow method.

To expand groups of rows, use the DataGridView.ExpandAllGroups or DataGridView.ExpandGroupRow method.

See Also