PivotGridField.GetIsFilterValuesEmpty() Method
Returns a value that indicates whether the IEnumerable collection containing field filter values is empty.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Returns
Type | Description |
---|---|
Boolean | true, if the IEnumerable collection containing field filter values is empty; otherwise, false. |
See Also