Skip to main content
All docs
V25.1
  • ID

    GanttBuilder<T>.TaskTimeTooltipContentTemplate Method

    Name Parameters Description
    TaskTimeTooltipContentTemplate(JS) value Specifies custom content for the tooltip that displays the task's start and end time while the task is resized in the UI. Mirrors the client-side taskTimeTooltipContentTemplate option.
    TaskTimeTooltipContentTemplate(RazorBlock) templateContent Specifies custom content for the tooltip that displays the task's start and end time while the task is resized in the UI. Mirrors the client-side taskTimeTooltipContentTemplate option.
    TaskTimeTooltipContentTemplate(TemplateName) name Specifies custom content for the tooltip that displays the task's start and end time while the task is resized in the UI. Mirrors the client-side taskTimeTooltipContentTemplate option.
    TaskTimeTooltipContentTemplate(String) templateContent Specifies custom content for the tooltip that displays the task's start and end time while the task is resized in the UI. Mirrors the client-side taskTimeTooltipContentTemplate option.