DashboardLayoutNode.InsertAbove(DashboardItem) Method
Inserts the layout item displaying the specified dashboard item above the current layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public void InsertAbove(
DashboardItem dashboardItem
)
Public Sub InsertAbove(
dashboardItem As DashboardItem
)
Parameters
Name | Type | Description |
---|---|---|
dashboardItem | DashboardItem | A DashboardItem descendant that specifies the dashboard item whose layout item will be inserted above the current layout item/group. |
See Also
Feedback