Back to Devexpress

GridLevelNode.Nodes Property

windowsforms-devexpress-dot-xtragrid-dot-gridlevelnode-bdf92275.md

latest1.9 KB
Original Source

GridLevelNode.Nodes Property

Provides access to the collection of child nodes.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public GridLevelNodeCollection Nodes { get; }
vb
<Browsable(False)>
Public ReadOnly Property Nodes As GridLevelNodeCollection

Property Value

TypeDescription
GridLevelNodeCollection

A GridLevelNodeCollection object representing the collection of child nodes.

|

Remarks

Use this property to add, remove or access the child nodes of the current node. Child nodes can be added by calling the GridLevelNodeCollection.Add or GridLevelNodeCollection.AddRange methods. To access specific nodes use index notation. It’s also possible to retrieve a specific node via the GridLevelNode.Find method.

See Also

Find

GridLevelNode Class

GridLevelNode Members

DevExpress.XtraGrid Namespace