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

IModelListView.Criteria Property

Specifies the criteria according to which the current List View is filtered.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Description
String

A string specifying the criteria according to which the current List View is filtered.

Remarks

For additional information, refer to the Criteria Property in the Application Model and Ways to Build Criteria help topics.

See Also