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.
TemplateView(System.Web.Mvc.MvcHtmlString)
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.Web.Mvc.MvcHtmlString
The value that configures the template.
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
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.