Gets a bool value that indicates whether start Thumb controls should enable the user to edit the start values of task items in the control by drag and drop operations (the Thumb objects would be enabled if IsTaskStartReadOnly property is set to false). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public bool IsTaskStartThumbEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsTaskStartThumbEnabled As Boolean

See Also