Gets or sets the CSS class to apply to apply to the text displayed on the task dependency line in the chart.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

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

See Also