Skip to main content
.NET 6.0+

IModelListView.FilterEnabled Property

Specifies whether the filtering functionality is enabled.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.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