Gets or sets the path to a Boolean value on the source task item to serve as the task milestone indicator, or null to indicate that the milestone indicator is not provided by the source task item.
A milestone task has its effort value set to zero.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public string TaskIsMilestoneMemberPath { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property TaskIsMilestoneMemberPath As String |