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

DashboardLayoutGroup.GetNodesRecursive() Method

Returns the collection of layout items and groups from the current layout group’s subtree.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public IEnumerable<DashboardLayoutNode> GetNodesRecursive()

Returns

Type Description
IEnumerable<DashboardLayoutNode>

An object implementing the IEnumerable interface that represents the collection of layout items and groups from the current layout group’s subtree.

See Also