Skip to main content

DataGridView.ExpandAllGroups() Method

Expands all groups of rows.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

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