Gets or sets a value that indicates whether the current task item is completed (triggering CompletedFinish property value to be equal to Finish property value). This is a dependency property.

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

Syntax

C#
public bool IsCompleted { get; set; }
Visual Basic (Declaration)
Public Property IsCompleted As Boolean

See Also