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

DashboardLayoutGroup.ContainsRecursive(DashboardTabPage) Method

Indicates whether the subtree of the current layout group contains the specified layout tab page.

Namespace: DevExpress.DashboardCommon

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

Declaration

public bool ContainsRecursive(
    DashboardTabPage tabPage
)

Parameters

Name Type Description
tabPage DashboardTabPage

The DashboardTabPage descendant that specifies the layout tab page.

Returns

Type Description
Boolean

true, if the subtree of the current layout group contains the specified layout tab page; otherwise, false.

See Also