Gets or sets a value that indicates whether task start end values can be updated without changing finish end values; by default it is set to true.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also