PivotSummaryFilter.IsEmpty Property
Gets whether the filter is inactive.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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