SelectedItems Property (SparkList)

Class

SparkList.

Action

Gets a list of Objects representing the currently selected data items.

Syntax

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

Access

Read only.