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

PivotSummaryFilter.IsEmpty Property

Gets whether the filter is inactive.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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