Gets or sets a value indicating whether the task effort values are constrained so that task duration updates are interpreted as assignment allocation units updates when assignments are available in the TaskListView control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public bool AreTaskEffortValueConstraintsEnabled { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AreTaskEffortValueConstraintsEnabled As Boolean

See Also