quickSwitchAllowed

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

Specifies whether the user can toggle between single-selection and multi-selection mode using the ‘Switch to single selection mode’ button Switch to single selection mode and ‘Switch to multi-selection mode’ button Switch to multi selection mode buttons.

Type

Boolean

true: allows the user to toggle between single and multi-selection mode
false: disables toggling (default)

Example

SelectionList1.quickSwitchAllowed = true

Either syntax below can be used in component script:

quickSwitchAllowed                   // unqualified
SelectionList1.quickSwitchAllowed    // qualified

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