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

DashboardLayoutNode.InsertRight(DashboardLayoutNode) Method

Inserts the specified layout item/group to the right of the current layout item/group.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void InsertRight(
    DashboardLayoutNode layoutNode
)

Parameters

Name Type Description
layoutNode DashboardLayoutNode

A DashboardLayoutNode descendant that specifies the layout item/group which will be inserted to the right of the current layout item/group.

See Also