Skip to main content
.NET 6.0+

DashboardViewItem(IModelDashboardViewItem, Type) Constructor

Creates a new instance of the DashboardViewItem class.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DashboardViewItem(
    IModelDashboardViewItem model,
    Type objectType
)

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