Node label is a part of NodeBase..::.FullPath of the current node.

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

Syntax

C#
public string Label { get; set; }
Visual Basic (Declaration)
Public Property Label As String
Visual C++
public:
property String^ Label {
	String^ get ();
	void set (String^ value);
}

See Also