Gets or sets the path to a nullable DateTime value on the source task item to serve as the task minimum start date and time, or null to indicate that the minimum start date and time is not provided by the source task item. This is a dependency property.

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

Syntax

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

See Also