Back to Devexpress

GanttBuilder<T>.TaskTimeTooltipContentTemplate Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-ganttbuilder-1-dot-tasktimetooltipcontenttemplate.md

latest2.1 KB
Original Source

GanttBuilder<T>.TaskTimeTooltipContentTemplate Method

NameParametersDescription
TaskTimeTooltipContentTemplate(JS)valueSpecifies 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)templateContentSpecifies 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)nameSpecifies 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)templateContentSpecifies 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.