Skip to main content

DashboardLayoutNodeCollection Class

A collection of DashboardLayoutNode elements representing layout items and groups.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DashboardLayoutNodeCollection :
    NotifyingCollection<DashboardLayoutNode>

Remarks

The DashboardLayoutGroup.ChildNodes property provides access to the collection of child layout groups and items.

See Also