Gets the parent tree view that the tree node is assigned to.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public ExtendedTreeView Tree { get; }
Visual Basic (Declaration)
Public ReadOnly Property Tree As ExtendedTreeView
Visual C++
public:
property ExtendedTreeView^ Tree {
	ExtendedTreeView^ get ();
}

See Also