DashboardLayoutNode.InsertLeft(DashboardLayoutNode) Method
In This Article
Inserts the specified layout item/group to the left of the current layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public void InsertLeft(
DashboardLayoutNode layoutNode
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Dashboard |
A Dashboard |
See Also