Gets or sets the object to be displayed to represent the task item in the grid and in task bar tool tips, usually the task name, or the task name and the assignment owner resource name. It is passed to the client side as the item.content 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 Content { get; set; }
Visual Basic (Declaration)
Public Property Content As Object

See Also