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

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

Syntax

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

See Also