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

ViewFilter.IsEmpty Property

Gets whether the collection of filter conditions is empty.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the collection of filter conditions is empty; otherwise, false.

See Also