Gets or sets the CSS class to apply to assignment thumbs of the task bars in the chart; by default assignment thumb is presented as a dotted line at the bottom of a task bar when it is hovered using the mouse.

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

Syntax

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

See Also