Skip to main content

DashboardLayoutNode.MoveLeft(DashboardLayoutNode) 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
)

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.

See Also