SelectedIndices Property (SparkList)

Class

SparkList.

Action

Gets a list representing the indices of the currently selected item or items.

Syntax

C#
protected List(Of Integer) selectedIndices { get; }
VB
'Declaration
Protected Read Property selectedIndices As List(Of Integer)

Access

Read only.