New to Kendo UI for AngularStart a free 30-day trial

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.

icon

string

Sets the name of the font icon rendered for the item.

selected

boolean

Specifies if the item is selected.

Provides the ColumnMenuService instance. Required to include the item in the column menu keyboard navigation sequence.

svgIcon

SVGIcon

Sets the name of the SVG icon rendered for the item.

text

string

Sets the item text.

Events

Fires when the content collapses.

Fires when the content expands.

Fires when the item is clicked.