SelectedItem Property (SLTreeView)

Class

SLTreeView.

Action

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

Syntax

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

Access

Read only.