SelectedItems Property (FlexListBase)

Action

Gets an array of references to the selected items in the data provider.

The items are in the reverse order that the user selected the items.

The default value is [ ].

Syntax

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

Access

Read only.