ColumnMenuItemComponent
Component
Represents an item you can place inside a ColumnMenuTemplate directive.
Definition
Package:@progress/kendo-angular-treelist
Selector:kendo-treelist-columnmenu-item
Syntax:
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>
Inputs
disabled
boolean
Specifies if the item is disabled.
expanded
boolean
Specifies if the item is expanded.
selected
boolean
Specifies if the item is selected.
Provides the ColumnMenuService instance. Required to include the item in the column menu keyboard navigation sequence.
text
string
Sets the item text.
Events
collapse
EventEmitter<any>
Fires when the content collapses.
expand
EventEmitter<any>
Fires when the content expands.
itemClick
EventEmitter<any>
Fires when the item is clicked.