Skip to main content

BaseFilter.IsEmpty Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

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

See Also