SelectedIndex Property (SparkListBase)

Action

Gets the 0-based index of the selected item, or -1 if no item is selected.

Syntax

C#
protected Integer selectedIndex { get; }
VB
'Declaration
Protected Read Property selectedIndex As Integer

Access

Read only.