PivotGridFieldFilterValues.HasFilter Property
Gets whether the current PivotGridFieldFilterValues object specifies non-empty filter criteria.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the current PivotGridFieldFilterValues object specifies non-empty filter criteria; otherwise, false. |
Remarks
This property returns true in the following cases:
there are elements in the current collection
or
the PivotGridFieldFilterValues.FilterType property is set to PivotFilterType.Included
or
- the PivotGridFieldFilterValues.ShowBlanks property is set to false
See Also