Gets or sets the start date and time of this GanttChartViewItem.
The start date and time of a parent task will be based on the start date and time 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 DateTime Start { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property Start As DateTime |