AllowMultipleSelection Property (FlexListBase)

Action

Gets whether you can allow more than one item to be selected at the same time.

If true, users can select multiple items. There is no option to disallow noncontiguous selection. Standard complex selection options are always in effect (Shift-click, Ctrl-click).

The default value is false.

Syntax

C#
protected Boolean allowMultipleSelection { get; }
VB
'Declaration
Protected Read Property allowMultipleSelection As Boolean

Access

Read only.