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

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.v19.2.Core.dll

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