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 ResourceGanttChartEntityListViewBase control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public bool AreTaskEffortValueConstraintsEnabled { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property AreTaskEffortValueConstraintsEnabled As Boolean |