Skip to main content

DashboardLayoutNode.MoveLeft(DashboardLayoutNode, Double) Method

Moves the current layout item/group to the left of the specified layout item/group.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void MoveLeft(
    DashboardLayoutNode layoutNode,
    double weight
)

Parameters

Name Type Description
layoutNode DashboardLayoutNode

A DashboardLayoutNode descendant that specifies the layout item/group to the left of 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