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

DashboardLayoutNodeCollection Class

A collection of DashboardLayoutNode elements representing layout items and groups.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class DashboardLayoutNodeCollection :
    NotifyingCollection<DashboardLayoutNode>

Remarks

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

See Also