Skip to main content

DashboardLayoutGroup.ContainsRecursive(DashboardItem) Method

Indicates whether the subtree of the current layout group contains the layout item that displays the specified dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool ContainsRecursive(
    DashboardItem dashboardItem
)

Parameters

Name Type Description
dashboardItem DashboardItem

A DashboardItem descendant specifying the required dashboard item.

Returns

Type Description
Boolean

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

See Also