Skip to main content
A newer version of this page is available. .

PivotGroupFilterValuesCollection.Count Property

Gets the number of filter values in the collection.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value representing the number of filter values in the collection.

Remarks

The PivotGroupFilterValuesCollection.ToString method returns the textual representation of the collection elements number.

See Also