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

DashboardLayoutGroup.RemoveRecursive(DashboardLayoutNode) Method

Removes the specified layout item/group from the layout group’s subtree.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public void RemoveRecursive(
    DashboardLayoutNode layoutNode
)

Parameters

Name Type Description
layoutNode DashboardLayoutNode

The DashboardLayoutNode descendant that specifies the required layout item/group.

See Also