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

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

Syntax

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

See Also