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.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public virtual string SummaryTaskTemplateClientCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property SummaryTaskTemplateClientCode As String |