Gets a bool value that indicates whether completion Thumb controls should enable the user to edit the completion values of task items in the control by drag and drop operations (the Thumb objects would be enabled if IsTaskCompletionReadOnly 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 IsTaskCompletionThumbEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsTaskCompletionThumbEnabled As Boolean

See Also