GanttTooltipSettingsBuilder
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 for Template
RETURNS
Returns the current GanttTooltipSettingsBuilder instance.
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
templateId - System.String
The ID of the template element for Template
RETURNS
Returns the current GanttTooltipSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
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
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current GanttTooltipSettingsBuilder instance.
TemplateHandler(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
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current GanttTooltipSettingsBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
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
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current GanttTooltipSettingsBuilder instance.
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 for Visible
RETURNS
Returns the current GanttTooltipSettingsBuilder instance.