SelectionSettingsModel
Defines the available settings for selecting items in the list box.
Properties
checkboxPosition CheckboxPosition
Specifies the position of the checkboxes when showCheckbox is true.
Default: Left
mode SelectionMode
Specifies the selection mode.
Default: Multiple
selectMaximum Number
Specifies the maximum number of items that can be selected in the list box at once.
Default: 250
showCheckbox Boolean
Specifies whether to show the checkboxes to select an item or not.
Default: false
showSelectAll Boolean
Specifies whether to show the option to select all items in the list box.
Default: false