Gets or sets the task item of this PredecessorItem. Predecessor task item indicates the task that the current task depends on. You can use a TaskItem object as the task item. It is recommended to set this property. This is a dependency property.

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

Syntax

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

See Also