SelectedItemPath Property (WPFTreeView)

Class

WPFTreeView.

Action

Gets the selected item path or an empty item path if nothing is selected.

Syntax

C#
protected ItemPath SelectedItemPath { get; }
VB
'Declaration
Protected Read Property SelectedItemPath As ItemPath

Access

Read only.