Skip to main content

PivotGridFieldFilterValues.IsEmpty Property

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

Namespace: DevExpress.XtraPivotGrid

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

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

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