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

See Also