Skip to main content
.NET 6.0+

IModelListView.Criteria Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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