Gets a value that indicates whether the Thumb controls of the task item bar should enable the user to edit the timing values of task items in the control by drag and drop operations (the Thumb objects would be enabled if GanttChartView.IsBarReadOnly attached property is set to false on the item). 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 IsBarThumbHitTestVisible { get; set; }
Visual Basic (Declaration)
Public Property IsBarThumbHitTestVisible As Boolean

See Also