Skip to main content

PivotGroupFilterValues.Count Property

Gets the number of filter values.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value specifying the number of filter values.

Remarks

Use the PivotGroupFilterValues.Values property to obtain the collection of filter values. The PivotGroupFilterValues.IsEmpty property returns whether the collection is empty.

See Also