Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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