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 diagram, between a task and its predecessor (usually a polyline computed based on the task and predecessor shape positions in the diagram).

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

Syntax

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

See Also