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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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