DashboardLayoutNode.InsertBelow(DashboardLayoutNode) Method
Inserts the specified layout item/group below 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 |
---|---|---|
layoutNode | DashboardLayoutNode | A DashboardLayoutNode descendant that specifies the layout item/group which will be inserted below the current layout item/group. |
See Also