Skip to main content

DataGridView.CollapseAllGroups() Method

Collapses all groups of rows.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

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