Skip to main content

PivotGridGroup.Count Property

Gets the number of fields within the group.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#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 group's field collection.

See Also