DashboardLayoutNode.InsertAbove(DashboardLayoutNode) Method
Inserts the specified layout item/group above the current layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
layoutNode | DashboardLayoutNode | A DashboardLayoutNode descendant that specifies the layout item/group which will be inserted above the current layout item/group. |
See Also