Gets or sets a value indicating whether the item's effort (as computed at the time of scheduling) should be preserved upon duration updates by applying changes to the assigned resources if the item has resource assignments. 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 HasFixedEffort { get; set; }
Visual Basic (Declaration)
Public Property HasFixedEffort As Boolean

See Also