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

IModelListView.Filter Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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.

See Also