Back to Devexpress

Member Table: Nodes

windowsforms-5627-controls-and-libraries-tree-list-member-tables-member-table-nodes.md

latest1.5 KB
Original Source

Member Table: Nodes

  • Apr 01, 2018
MemberDescription
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.