ColumnMenuItemComponent
Component
Represents an item that you can place inside a
ColumnMenuTemplate directive.
Definition
Package:@progress/kendo-angular-grid
Selector:kendo-grid-columnmenu-item
Syntax:
html
<kendo-grid [columnMenu]="true" ...>
<ng-template kendoGridColumnMenuTemplate let-service="service" let-column="column">
<kendo-grid-columnmenu-item text="Fit column"></kendo-grid-columnmenu-item>
</ng-template>
</kendo-grid>Inputs
disabled
boolean
Specifies if the item is disabled.
expanded
boolean
Specifies if the item is expanded.
icon
string
Specifies the name of the font icon to render within the item.
selected
boolean
Specifies if the item is selected.
Represents the ColumnMenuService class. Required to include the item in the column menu keyboard navigation sequence.
svgIcon
SVGIcon
Specifies the SVG icon to render within the item.
text
string
Specifies 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.