Gets or sets the CSS class to apply to the temporary thumb displayed at the position of the mouse cursor in the chart during drag operations occuring while preparing for moving task assignments to different resource rows.

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

Syntax

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

See Also