Skip to main content

PivotGroupFilterValues.IsEmpty Property

Gets whether the filter condition is empty.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the filter condition is empty; otherwise, false.

Remarks

To obtain the collection of filter values and the filter type, use the PivotGroupFilterValues.Values and PivotGroupFilterValues.FilterType properties, respectively.

See Also