Skip to main content

DashboardLayoutNode.MoveAbove(DashboardLayoutNode) Method

In This Article

Moves the current layout item/group above the specified layout item/group.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public void MoveAbove(
    DashboardLayoutNode layoutNode
)

#Parameters

Name Type Description
layoutNode DashboardLayoutNode

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

See Also