SelectedIndices Property (Tree)

Class

Tree.

Action

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

Syntax

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

Access

Read and write.