Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool GetIsFilterValuesEmpty()

Returns

Type Description
Boolean

true, if the IEnumerable collection containing field filter values is empty; otherwise, false.

See Also