SelectedItem Property (UIATreeView)

Class

UIATreeView.

Action

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

Syntax

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

Access

Read only.