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