Back to Devexpress

DashboardLayoutNodeCollection Class

dashboard-devexpress-dot-dashboardcommon-81c41358.md

latest2.0 KB
Original Source

DashboardLayoutNodeCollection Class

A collection of DashboardLayoutNode elements representing layout items and groups.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardLayoutNodeCollection :
    NotifyingCollection<DashboardLayoutNode>
vb
Public Class DashboardLayoutNodeCollection
    Inherits NotifyingCollection(Of DashboardLayoutNode)

The following members return DashboardLayoutNodeCollection objects:

Remarks

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

Inheritance

Object Collection<DashboardLayoutNode> NotifyingCollection<DashboardLayoutNode> DashboardLayoutNodeCollection

See Also

DashboardLayoutNodeCollection Members

ChildNodes

DevExpress.DashboardCommon Namespace