Skip to main content

TreeListView.Nodes Property

Gets the collection of root 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 contains root nodes.

#Remarks

To learn more, see Nodes and Tree Generation Algorithm.

See Also