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

Member Table: Nodes

Member Description
The TreeListOperation class. Create a descendant of this class to perform operations on nodes. See Using the Nodes Iterator to learn more.
The TreeListNode class. Represents a node.
The TreeList.Nodes property. Provides access to the collection of nodes in a Tree List control.
The TreeListNode.Nodes property. Provides access to the collection of child nodes for a specific node.
The TreeList.FocusedNode property. Provides access to the currently focused node.
The TreeList.FindNodeByKeyID method. Locates a node by its key field value.
The TreeList.FindNodeByFieldValue method. Locates a node by its field value.
The TreeList.FindNodeByID method. Locates a node by its unique identifier.