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

PivotGridFieldFilterValues.IsEmpty Property

Gets whether the current collection contains values used to filter against the current field.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if there are no elements in the PivotGridFieldFilterValues.Values array and the PivotGridFieldFilterValues.FilterType property is set to Excluded; otherwise, false.

See Also