Skip to main content

TreeListNode.TreeList Property

Gets the TreeList object to which the current node belongs.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
public TreeList TreeList { get; }

Property Value

Type Description
TreeList

A TreeList object to which the current node belongs.

See Also