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