DashboardLayoutGroup.RemoveRecursive(DashboardLayoutNode) Method
Removes the specified layout item/group from the layout group’s subtree.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
layoutNode | DashboardLayoutNode | The DashboardLayoutNode descendant that specifies the required layout item/group. |
See Also