Skip to main content

DataGridView.ExpandAllGroups() Method

In This Article

Expands all groups of rows.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public void ExpandAllGroups()

#Remarks

To expand an individual group of row, use the DataGridView.ExpandGroupRow method.

To collapse groups of rows, use the DataGridView.CollapseAllGroups or DataGridView.CollapseGroupRow method.

See Also