DashboardViewItem(IModelDashboardViewItem, Type) Constructor
In This Article
Creates a new instance of the DashboardViewItem class.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public DashboardViewItem(
IModelDashboardViewItem model,
Type objectType
)
#Parameters
Name | Type | Description |
---|---|---|
model | IModel |
An IModel |
object |
Type | A Type object specifying the type of object for which the current View Item’s View is created. |
#Remarks
Since instantiation of View Items is managed automatically by XAF, you do not need to use this constructor.
See Also