SelectedItem Property (WPFTreeView)

Class

WPFTreeView.

Action

Gets the selected item or returns null (Nothing in Visual Basic) if the selection is empty.

Syntax

C#
protected WPFTreeViewItem SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As WPFTreeViewItem

Access

Read only.