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

IModelListView.FilterEnabled Property

Specifies whether the filtering functionality is enabled.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also