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

PivotGridGroup.GetIsFilterValuesEmpty() Method

Returns a value that indicates whether the GroupFilterValues is empty.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v21.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool GetIsFilterValuesEmpty()

Returns

Type Description
Boolean

True, if the collection is empty; otherwise, false.

See Also