DashboardLayoutNode.InsertLeft(DashboardItem) Method
Inserts the layout item displaying the specified dashboard item to the left of the current layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardItem | DashboardItem | A DashboardItem descendant that specifies the dashboard item whose layout item will be inserted to the left of the current layout item/group. |
See Also