DataGridView.ExpandGroupRow(Int32) Method
In This Article
Expands the specified group of rows.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public void ExpandGroupRow(
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The group row handle. |
See Also