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

BaseFilter.IsEmpty Property

Gets whether or not a filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString) is empty.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true, if a filter criteria is empty; otherwise, false.

See Also