DXCollectionView.GroupCount Property
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
public int GroupCount { get; }
Property Value
Type | Description |
---|---|
Int32 | The number of data item groups in a view. |
See Also