Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelDashboardViewItem.View Property

Specifies the View displayed by a DashboardViewItem.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[DataSourceProperty("Views")]
[Required]
IModelView View { get; set; }

Property Value

Type Description
IModelView

An IModelView object representing the View displayed by the DashboardViewItem.

See Also