Gets or sets the property name of custom predecessor items that Effort property of PredecessorItem objects should be bound to. Source object values retreived by the custom property need to be of time span type. This property can be set only at initialization time (an exception is thrown if it is set after having the conversion process started).

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public string PredecessorEffortMember { get; set; }
Visual Basic (Declaration)
Public Property PredecessorEffortMember As String

See Also