Gets the path from the root tree node 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 string FullPath { get; }
Visual Basic (Declaration)
Public ReadOnly Property FullPath As String
Visual C++
public:
property String^ FullPath {
	String^ get ();
}

See Also