Skip to main content

DashboardLayoutNode.InsertAbove(DashboardLayoutNode) Method

Inserts the specified layout item/group 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(
    DashboardLayoutNode layoutNode
)

Parameters

Name Type Description
layoutNode DashboardLayoutNode

A DashboardLayoutNode descendant that specifies the layout item/group which will be inserted above the current layout item/group.

See Also