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

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

Syntax

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

See Also