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.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

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

See Also