Gets or sets a set of JavaScript function body code statements (considering control, and item parameters), returning extra SVG content to be presented as assignments content for items in the chart, to the right side of the task bars (usually a simple text referring the item assignments content).

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

Syntax

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

See Also