New to Kendo UI for Angular? Start a free 30-day trial
MultiSelectTreeHierarchyBindingDirective
Updated on Nov 4, 2025
Retrieves child nodes when the provided data is hierarchical for the MultiSelectTree.
html
<kendo-multiselecttree kendoMultiSelectTreeHierarchyBinding [nodes]="data" [valueField]="'id'"></kendo-multiselecttree>
Selector
[kendoMultiSelectTreeHierarchyBinding]
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
childrenField | 
 | 
 Specifies the field name of the parent node that holds the child data items.  | |
filterSettings | 
 | 
 The settings which are applied when performing a filter on the component's data.  | |
kendoMultiSelectTreeHierarchyBinding | 
 | 
 Sets the nodes to display in the MultiSelectTree.  |