Gets or sets the assignments content to be displayed in the Gantt Chart view next to the associated task bar, but it is not used internally for computing/updating task finish date and time (generating duration) based on any updated assignments. It is passed to the client side as the item.assignmentsContent 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 string AssignmentsContent { get; set; }
Visual Basic (Declaration)
Public Property AssignmentsContent As String

See Also