Skip to main content

ViewFilter.IsEmpty Property

Gets whether the collection of filter conditions is empty.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

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

See Also