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

DashboardLayoutGroup.ContainsRecursive(DashboardLayoutNode) Method

Indicates whether the subtree of the current layout group contains the specified layout item/group.

Namespace: DevExpress.DashboardCommon

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

Declaration

public bool ContainsRecursive(
    DashboardLayoutNode layoutNode
)

Parameters

Name Type Description
layoutNode DashboardLayoutNode

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

Returns

Type Description
Boolean

true, if the subtree of the current layout group contains the specified layout item/group; otherwise, false.

See Also