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