Skip to main content

PivotGridGroup.GetIsFilterValuesEmpty() Method

Returns a value that indicates whether the GroupFilterValues 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 collection is empty; otherwise, false.

See Also