Skip to main content

PivotGridGroup.Count Property

Gets the number of fields within the group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Count { get; }

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 PivotGridGroup.Fields collection.

See Also