Skip to main content

PivotSummaryFilter.IsEmpty Property

Gets whether the filter is inactive.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.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 is inactive; otherwise, false.

#Remarks

The IsEmpty property returns true if the current range of visible summary values is empty.

To disable the summary filter, use the PivotSummaryFilter.Clear method.

See Also