IModelDashboardViewItem.Views Property
Specifies the possible Views that can be displayed by a DashboardViewItem.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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