Skip to main content

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

NuGet Package: DevExpress.Dashboard.Core

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