PivotGridFieldFilterValues.IsEmpty Property
Gets whether the current collection contains values used to filter against the current field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
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