PivotGridFieldFilterValues.IsEmpty Property
Gets whether the current collection contains values used to filter against the current field.
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 there are no elements in the PivotGridFieldFilterValues.Values array and the PivotGridFieldFilterValues.FilterType property is set to Excluded; otherwise, false. |
See Also