Back to Devexpress

TreeListNodes.TreeList Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnodes.md

latest1.3 KB
Original Source

TreeListNodes.TreeList Property

Gets the TreeList object to which the node collection belongs.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public TreeList TreeList { get; }
vb
Public ReadOnly Property TreeList As TreeList

Property Value

TypeDescription
TreeList

A TreeList object to which the node collection belongs.

|

See Also

TreeListNodes Class

TreeListNodes Members

DevExpress.XtraTreeList.Nodes Namespace