SelectionSettings

23 Sep 20251 minute to read

Defines the Selection settings of List Box.

Properties

checkboxPosition CheckBoxPosition

Set the position of the checkbox.

Defaults to ‘Left’

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.

Defaults to ‘Multiple’

showCheckbox boolean

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

Defaults to false

showSelectAll boolean

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

Defaults to false