Gets a bool value that indicates whether start Thumb controls should enable the user to edit the positions of task event 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 IsTaskEventPositionThumbEnabled { get; set; }
Visual Basic (Declaration)
Public Property IsTaskEventPositionThumbEnabled As Boolean

See Also