New to Kendo UI for Angular? Start a free 30-day trial
GanttExpandableDirective
Represents a directive that controls the expanded state of Gantt items.
html
<kendo-gantt kendoGanttExpandable [expandedKeys]="expandedKeys"></kendo-gantt>
Selector
[kendoGanttExpandable]
Export Name
Accessible in templates as #kendoGanttExpandableInstance="kendoGanttExpandable"
Inputs
Name | Type | Default | Description |
---|---|---|---|
expandBy |
|
Sets 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 |