Skip to main content

DashboardLayoutNode.InsertBelow(DashboardItem) Method

In This Article

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#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