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