Gets or sets the CSS class to apply to the line displayed at the bottom of summary task bars in the chart when they get collapsed.

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

Syntax

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

See Also