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

DashboardLayoutNode.MoveAbove(DashboardLayoutNode, Double) Method

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public void MoveAbove(
    DashboardLayoutNode layoutNode,
    double weight
)

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.

weight Double

A Double value that specifies the relative size of the current layout item/group.

See Also