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

Declaration

public bool GetIsFilterValuesEmpty()

Returns

Type Description
Boolean

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

See Also