Skip to main content
A newer version of this page is available. .

TreeListNodes.TreeList Property

Gets the TreeList object to which the node collection belongs.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public TreeList TreeList { get; }

Property Value

Type Description
TreeList

A TreeList object to which the node collection belongs.

See Also