DashboardViewItem(IModelDashboardViewItem, Type) Constructor
Creates a new instance of the DashboardViewItem class.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
model | IModelDashboardViewItem | An IModelDashboardViewItem object that represents the Application Model‘s Views | DashboardView | Items | DashboardViewItem node that defines the current View Item. |
objectType | 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