PivotGridGroup.Count Property
Gets the number of fields within the group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value which specifies the number of fields within the group. |
Remarks
The Count property returns the number of elements in the group’s field collection.
See Also