Gets or sets a set of function body code statements (considering item parameter), returning SVG content to be presented for the current item in the diagram.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

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

See Also