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