Skip to main content

TreeListNode.Nodes Property

Gets the collection of child nodes.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public TreeListNodeCollection Nodes { get; }

#Property Value

Type Description
TreeListNodeCollection

A TreeListNodeCollection object that is the collection of child nodes.

#Remarks

To learn more, see Tree Generation Algorithm and Nodes Overview.

See Also