Gets or sets a value that indicates whether effort is preserved for tasks when end users change their start value from the default Start column in the grid; by default it is set to false.

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

Syntax

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

See Also