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

IModelDashboardViewItem.View Property

Specifies the View displayed by a DashboardViewItem.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.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