Kendo.Mvc.UI.Fluent.GanttTooltipSettingsBuilder
Defines the fluent API for configuring the GanttTooltipSettings settings.
Methods
Template(System.String)
The template which renders the tooltip.The fields which can be used in the template are: task - the gantt task, for which the template is shown.
Parameters
value System.String
The value that configures the template.
TemplateId(System.String)
The template which renders the tooltip.The fields which can be used in the template are: task - the gantt task, for which the template is shown.
Parameters
value System.String
The value that configures the template.
Visible(System.Boolean)
If set to false the gantt will not display the task tooltip. By default the task tooltip is displayed.
Parameters
value System.Boolean
The value that configures the visible.