DashboardLayoutGroup.ContainsRecursive(DashboardLayoutNode) Method
Indicates whether the subtree of the current layout group contains the specified layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
layoutNode | DashboardLayoutNode | The DashboardLayoutNode descendant that specifies the required layout item/group. |
Returns
Type | Description |
---|---|
Boolean | true, if the subtree of the current layout group contains the specified layout item/group; otherwise, false. |
See Also