New to Kendo UI for Angular? Start a free 30-day trial
SelectionMode
Updated on Oct 30, 2025
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";