Gets or sets a set of JavaScript function body code statements (considering control, and item parameters), returning SVG content to be presented for standard items in the chart (usually a task bar).

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public virtual string StandardTaskTemplateClientCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property StandardTaskTemplateClientCode As String

See Also