New to Kendo UI for Angular? Start a free 30-day trial
ExpandableDirective
A directive which controls the expanded state of items in the TreeList. See example.
html
<kendo-treelist ...
[kendoTreeListFlatBinding]="data"
kendoTreeListExpandable> ...
</kendo-treelist>
Selector
[kendoTreeListExpandable]
Export Name
Accessible in templates as #kendoExpandableInstance="kendoTreeListExpandable"
Inputs
Name | Type | Default | Description |
---|---|---|---|
expandBy |
|
Defines the item key stored in the | |
expandedKeys |
|
Sets the expanded item keys. Use this property to control which items are expanded. | |
initiallyExpanded |
|
|
Specifies if items are initially expanded. |
Events
Name | Type | Description |
---|---|---|
expandedKeysChange |
|
Emits when the |