DashboardLayoutNodeCollection Class
In This Article
A collection of DashboardLayoutNode elements representing layout items and groups.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return DashboardLayoutNodeCollection objects:
#Remarks
The DashboardLayoutGroup.ChildNodes property provides access to the collection of child layout groups and items.
#Inheritance
See Also