Gets or sets the task item that precedes the owner of the predecessor item (the item that the current item depends of). It is passed to the client side as the read only predecessorItem.item field accessible from the client code.

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

Syntax

C#
public GanttChartItem Item { get; set; }
Visual Basic (Declaration)
Public Property Item As GanttChartItem

See Also