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 and ‘Switch to multi-selection mode’ button 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:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |