Skip to main content

DashboardLayoutNode.InsertLeft(DashboardItem) Method

Inserts the layout item displaying the specified dashboard item to the left of the current layout item/group.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void InsertLeft(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

A DashboardItem descendant that specifies the dashboard item whose layout item will be inserted to the left of the current layout item/group.

See Also