Gets or sets the value 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.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public string Content { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Content As String |