New to Kendo UI for Angular? Start a free 30-day trial
ColumnMenuTemplateDirective
Represents the template for the column menu in the Gantt. Provides an option for
customizing the content of the column menu for all or for specific columns.
To define the content template, nest an <ng-template>
tag with the
kendoGanttColumnMenuTemplate
directive inside the <kendo-gantt-column>
component.
The column menu service and the current column are available as context variables:
service
—Represents the ColumnMenuService.column
—Represents the Gantt column.
Selector
[kendoGanttColumnMenuTemplate]