DashboardLayoutGroup.RemoveRecursive(DashboardItem) Method
Removes the layout item displaying the specified dashboard item 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 |
---|---|---|
dashboardItem | DashboardItem | A DashboardItem descendant that specifies the required dashboard item. |
See Also