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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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