New to Kendo UI for Angular? Start a free 30-day trial

SelectDirective

A directive which manages the in-memory selection state of the TreeView node (see example).

Selector

[kendoTreeViewSelectable]

Inputs

NameTypeDefaultDescription

selectedKeys

any[]

Defines the collection that will store the selected keys (see example).

kendoTreeViewSelectable

string | boolean | SelectableSettings

Defines the current selection mode (see example).

selectBy

string | (context: TreeItem) => any

Defines the item key that will be stored in the selectedKeys collection.

Events

NameTypeDescription

selectedKeysChange

EventEmitter<any[]>

Fires when the selectedKeys collection was updated.

In this article

Not finding the help you need?