Gets a value that indicates whether the project consisting of all standard tasks within the control has its work started.

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

Syntax

C#
public bool HasProjectStarted()
Visual Basic (Declaration)
Public Function HasProjectStarted As Boolean

Return Value

A value that indicates whether the project consisting of all standard tasks within the control has its work started.

See Also