Gets the collection of tree nodes assigned to the current tree node.

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

Syntax

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

See Also