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

DashboardLayoutItem(DashboardItem, Double) Constructor

Initializes a new instance of the DashboardLayoutItem class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardLayoutItem(
    DashboardItem dashboardItem,
    double weight
)

Parameters

Name Type Description
dashboardItem DashboardItem

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

weight Double

A Double value that specifies the relative size of the layout item. This value is assigned to the DashboardLayoutNode.Weight property.

See Also