SelectedIndex Property (FlexListBase)

Action

Gets the index in the data provider of the selected item.

The default value is -1 (no selected item).

Syntax

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

Access

Read only.