Gets or sets a value indicating whether the task effort represented by the current predecessor item is virtual, displayed as a dashed line in the chart. It is passed to the client side as the predecessorItem.isEffortVirtual field accessible from the client code.

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

Syntax

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

See Also