Gets or sets a value that indicates whether the current item should be assumed as completed, useful especially for milestones and zero-effort based tasks.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also