SelectedItems Property (Tree)

Class

Tree.

Action

Gets or sets the names of the selected item(s).

Syntax

C#
protected List(Of ItemPath) SelectedItems { get; set; }
VB
'Declaration
Protected ReadWrite Property SelectedItems As List(Of ItemPath)

Access

Read and write.