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

SelectionMode

Represents the available selection modes of the TreeView component.

The possible values are:

  • "single"—Only one item can be selected at a time.
  • "multiple"—Multiple items can be selected.

type SelectionMode = "single" | "multiple";

Not finding the help you need?
Contact Support