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
Name | Type | Default | Description |
---|---|---|---|
selectedKeys |
|
Defines the collection that will store the selected keys (see example). | |
kendoTreeViewSelectable |
|
Defines the current selection mode (see example). | |
selectBy |
|
Defines the item key that will be stored in the |
Events
Name | Type | Description |
---|---|---|
selectedKeysChange |
|
Fires when the |