Gets a bool value that indicates whether start end Thumb controls should enable the user to edit the start values of task items in the control, preserving finish date and time values, by drag and drop operations (the Thumb objects would be enabled if IsDraggingTaskStartEndsEnabled is set to true and 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 IsTaskStartOnlyThumbEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsTaskStartOnlyThumbEnabled As Boolean

See Also