Skip to main content

DashboardLayoutNode.InsertBelow(DashboardItem) Method

Inserts the layout item displaying the specified dashboard item below the current layout item/group.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public void InsertBelow(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

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

See Also