Gets or sets the CSS class to apply to the milestone task bars in the chart.

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

Syntax

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

See Also