Skip to main content
A newer version of this page is available. .

DashboardLayoutItem(DashboardItem) Constructor

Initializes a new instance of the DashboardLayoutItem class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public DashboardLayoutItem(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

A DashboardItem descendant specifying the dashboard item that will be displayed within a created layout item. This value is assigned to the DashboardLayoutNode.DashboardItem property.

See Also