DashboardLayoutNode.InsertBelow(DashboardItem) Method
In This Article
Inserts the layout item displaying the specified dashboard item below the current layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public void InsertBelow(
DashboardItem dashboardItem
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
Dashboard |
A Dashboard |
See Also