New to Kendo UI for Angular? Start a free 30-day trial
ColumnMenuItemComponent
Represents an item that can be placed inside a
ColumnMenuTemplate
directive.
html
<kendo-treelist ...>
<ng-template kendoTreeListColumnMenuTemplate let-service="service" let-column="column">
<kendo-treelist-columnmenu-item text="Fit column"></kendo-treelist-columnmenu-item>
</ng-template>
</kendo-treelist>
Selector
kendo-treelist-columnmenu-item
Inputs
Name | Type | Default | Description |
---|---|---|---|
disabled |
|
Specifies if the item is disabled. | |
expanded |
|
Specifies if the item is expanded. | |
icon |
|
Specifies the name of the font icon that will be rendered for the item. | |
selected |
|
Specifies if the item is selected. | |
svgIcon |
|
Specifies the name of the SVG icon that will be rendered for the item. | |
text |
|
Specifies the item text. |
Events
Name | Type | Description |
---|---|---|
collapse |
|
Fires when the content is collapsed. |
expand |
|
Fires when the content is expanded. |
itemClick |
|
Fires when the item is clicked. |