Skip to main content

DashboardLayoutNodeCollection Class

A collection of DashboardLayoutNode elements representing layout items and groups.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.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