Skip to main content

IModelListView.FilterEnabled Property

Specifies whether the filtering functionality is enabled.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v26.1.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also