PivotGridFieldFilterValues.HasFilter Property
In This Article
Gets whether the current PivotGridFieldFilterValues object specifies non-empty filter criteria.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current Pivot |
#Remarks
This property returns true in the following cases:
there are elements in the current collection
or
the PivotGridFieldFilterValues.FilterType property is set to Included
or
- the PivotGridFieldFilterValues.ShowBlanks property is set to false
#Implements
DevExpress.XtraPivotGrid.Data.IFieldFilter.HasFilter
See Also