Skip to main content
A newer version of this page is available. .

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

Declaration

public void RemoveRecursive(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

A DashboardItem descendant that specifies the required dashboard item.

See Also