New to Telerik UI for ASP.NET Core? Download free 30-day trial

GanttTooltipSettingsBuilder

Defines the fluent API for configuring GanttTooltipSettings

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

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

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

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 hendler that returs the template for 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 for Visible

In this article
Not finding the help you need?