Skip to main content
.NET 6.0+

IModelDashboardViewItem.View Property

Specifies the View displayed by a DashboardViewItem.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
IModelView

An IModelView object representing the View displayed by the DashboardViewItem.

See Also