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

IModelDashboardViewItem.Criteria Property

Specifies the criteria determining which object(s) are displayed by the DashboardViewItem‘s IModelDashboardViewItem.View.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

Property Value

Type Description
String

A string representing the criteria determining which object(s) are displayed by the DashboardViewItem’s View.

Remarks

To learn how to specify criteria as a string, refer to the Ways to Build Criteria topic’s Criteria as a String section.

See Also