Gets or sets the path to a String value on the source task item to serve as a string representation of the task predecessor item collection, or null to indicate that the string representation of the predecessor item collection is not provided by the source task item. The predecessors string is of this form: 1, 2SS, 3FF+2. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(true)]
public string PredecessorsStringMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property PredecessorsStringMemberPath As String

See Also