Search results

SelectionSettingsModel API in JavaScript (ES5) ListBox API control

Interface for a class SelectionSettings

Properties

checkboxPosition

CheckBoxPosition

Set the position of the checkbox.

mode

SelectionMode

Specifies the selection modes. The possible values are

  • Single: Allows you to select a single item in the ListBox.
  • Multiple: Allows you to select more than one item in the ListBox.

showCheckbox

boolean

If ‘showCheckbox’ is set to true, then ‘checkbox’ will be visualized in the list item.

showSelectAll

boolean

Allows you to either show or hide the selectAll option on the component.