Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DashboardViewItem(IModelDashboardViewItem, Type) Constructor

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 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