Skip to main content
.NET 6.0+

IModelDashboardViewItem.Views Property

Specifies the possible Views that can be displayed by a DashboardViewItem.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
IModelList<IModelView> Views { get; }

Property Value

Type Description
DevExpress.ExpressApp.Model.IModelList<IModelView>

An IModelList<IModelView> object representing the possible Views that can be displayed by the DashboardViewItem.

See Also