Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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.