Skip to main content

DashboardLayoutItem(DashboardItem) Constructor

Initializes a new instance of the DashboardLayoutItem class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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