Gets or sets a value indicating whether this GanttChartViewItem represents a milestone. A milestone task has its Effort value set to zero. 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 bool IsMilestone { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsMilestone As Boolean

See Also