DataGridView.GroupCount Property
In This Article
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
C#
public int GroupCount { get; }
#Property Value
Type | Description |
---|---|
Int32 | The number of data row groups in a grid. |
See Also