Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, 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