Skip to main content

DashboardLayoutNode.InsertAbove(DashboardItem) Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void InsertAbove(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

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

See Also