Gets or sets the CSS class to apply to the temporary line displayed between task bars in the chart during drag operations occuring while preparing for creating task dependencies (predecessor items).

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

Syntax

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

See Also