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.UI.WebControls.PertAssembly: DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public bool IsEffortVirtual { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsEffortVirtual As Boolean |