Gets or sets the duration of this GanttChartViewItem. Task duration is computed automatically based on schedule, start date and time, effort, and assignments. The duration of a parent task will be based on the duration values of its children. This is a dependency property.

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

Syntax

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

See Also