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