BaseFilter.IsEmpty Property
Gets whether or not a filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString) is empty.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a filter criteria is empty; otherwise, false. |
See Also