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

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

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