New to Kendo UI for AngularStart a free 30-day trial

SelectionMode

Updated on Nov 3, 2025

Represents the possible selection options of the ListBox.

The possible values are:

  • 'single' - allows the selection of a single item.
  • 'multiple' - allows the selection of multiple items.

type SelectionMode = "single" | "multiple";

Not finding the help you need?
Contact Support