Gets or sets a set of JavaScript function body code statements (considering control, item, and predecessor item parameters), returning SVG content to be presented as dependency line for an item and a specified predecessor item in the chart, between a task and its predecessor (usually a polyline computed based on the dependency type, and the task and predecessor bar positions in the chart).

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

Syntax

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

See Also