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

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.v19.1.Core.dll

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