Gets or sets the effort of this GanttChartViewItem.
The effort of a parent task will be based on the effort values of its children.
It is recommended to set this property.
This is a dependency property.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public TimeSpan Effort { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Effort As TimeSpan |