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

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

Syntax

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

See Also