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.1.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. |