Back to Devexpress

GanttBuilder<T>.TaskProgressTooltipContentTemplate(String) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-ganttbuilder-1-dot-taskprogresstooltipcontenttemplate-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

GanttBuilder<T>.TaskProgressTooltipContentTemplate(String) Method

Specifies custom content for the tooltip that displays the task's progress while the progress handler is resized in the UI. Mirrors the client-side taskProgressTooltipContentTemplate option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public GanttBuilder<T> TaskProgressTooltipContentTemplate(
    string templateContent
)

Parameters

NameTypeDescription
templateContentString

A string that contains the template.

|

Returns

TypeDescription
GanttBuilder<T>

A reference to this instance after the method is called.

|

Remarks

cshtml
@(Html.DevExtreme().Gantt()
    .TaskProgressTooltipContentTemplate("Template content")
)

See Also

GanttBuilder<T> Class

GanttBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace