SelectedItem Property (FlexListBase)

Action

Gets a reference to the selected item in the data provider.

The default value is null (Nothing in Visual Basic).

Syntax

C#
protected String selectedItem { get; }
VB
'Declaration
Protected Read Property selectedItem As String

Access

Read only.