Gets or sets a value that indicates the maximum number of iterations performed in order to ensure dependency constraints by automatically scheduling items in the control, when AreTaskDependencyConstraintsEnabled is set to true.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public virtual int AreTaskDependencyConstraintsEnabledMaxSteps { get; set; }
Visual Basic (Declaration)
Public Overridable Property AreTaskDependencyConstraintsEnabledMaxSteps As Integer

See Also