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

IModelListView.Filter Property

Specifies the current filter criteria which represent a combination of the individual column filters.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[DefaultValue("")]
[CriteriaOptions("ModelClass.TypeInfo")]
string Filter { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying the current filter criteria which represent a combination of the individual column filters.

Remarks

This property does not have an effect in Mobile applications.

See Also