Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelListView.FilterEnabled Property

Specifies whether the filtering functionality is enabled.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
bool FilterEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the filtering functionality is enabled; otherwise, false.

See Also