Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void RemoveRecursive(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

A DashboardItem descendant that specifies the required dashboard item.

See Also