Gets or sets the CSS class to apply to the triangle displayed at the finish end of task completion bars in the chart when they are hovered using the mouse cursor, providing access to updating task completion.

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

Syntax

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

See Also