DataGridView.ExpandGroupRow(Int32, Boolean) Method
In This Article
Expands the specified group of rows.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public void ExpandGroupRow(
int rowHandle,
bool raiseEvents = true
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The group row handle. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
raise |
Boolean | True |
|
See Also