Skip to main content
A newer version of this page is available. .

DataGridView.ExpandAllGroups(Boolean) Method

Expands all groups of rows.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public void ExpandAllGroups(
    bool raiseEvents = true
)

Optional Parameters

Name Type Default
raiseEvents Boolean True

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