New to Kendo UI for Angular? Start a free 30-day trial
GanttExpandableDirective
A directive which controls the expanded state of the items.
Selector
[kendoGanttExpandable]
Export Name
Accessible in templates as #kendoGanttExpandableInstance="kendoGanttExpandable"
Inputs
Name | Type | Default | Description |
---|---|---|---|
expandBy |
|
Defines the item key that will be stored in the expandedKeys collection.
Defaults to the task data item ID field,
which is specified in the | |
expandedKeys |
|
Sets the expanded item keys. | |
initiallyExpanded |
|
|
Specifies if the items should be initially expanded. |
Events
Name | Type | Description |
---|---|---|
expandedKeysChange |
|
Fires when the expandedKeys are changed. |