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 (ToString method is used to convert the value).

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also