DXCollectionView.GroupCount Property
In This Article
Gets the number of data item groups in a CollectionView.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
C#
public int GroupCount { get; }
#Property Value
Type | Description |
---|---|
Int32 | The number of data item groups in a view. |
See Also