Skip to main content
A newer version of this page is available. .

DevExpress.XtraTreeList.Nodes Namespace

Contains classes that implement nodes for the Tree List control.

A tree node is similar to a row in the XtraGrid. Nodes are organized in a hierarchical structure using parent-child relationships. The Tree List control has a TreeList.Nodes property which supports the node collection for the Tree List. By using TreeListNode class methods, you can access individual column elements.

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Classes

Name Description
TreeListNode Represents a node of the Tree List control.
TreeListNodes Represents a collection of TreeListNode objects in the TreeList component.