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

DashboardLayoutNode.InsertRight(DashboardItem) Method

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public void InsertRight(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

A DashboardItem descendant that specifies the dashboard item whose layout item will be inserted to the right of the current layout item/group.

See Also