singleSelection

Selection List Properties and Selection Tree Properties more information on these components.

Specifies that only a single choice can be selected in a Selection List.

Type

Boolean

true: select only one item
false: select one or more items (default)

Example

SelectionList1.singleSelection = true

Either syntax below can be used in component script:

singleSelection                   // unqualified
SelectionList1.singleSelection    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.