Back to Devexpress

DevExpress.XtraTreeList.Nodes Namespace

windowsforms-devexpress-dot-xtratreelist-19577195.md

latest1.2 KB
Original Source

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

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Classes

NameDescription
TreeListNodeRepresents a node of the Tree List control.
TreeListNodesRepresents a collection of TreeListNode objects in the TreeList component.