DataGridView.GroupCount Property
Gets the number of data row groups within a grid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public int GroupCount { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of data row groups in a grid. |
See Also