Back to Devexpress

DataGridView.GroupCount Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-269ddb40.md

latest784 B
Original Source

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

csharp
public int GroupCount { get; }

Property Value

TypeDescription
Int32

The number of data row groups in a grid.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace