Gets or sets the content of the current predecessor item, displayed in the PertChartView control.
It is passed to the client side as the predecessorItem.content field accessible from the client code (ToString method is used to convert the value).
Namespace:
DlhSoft.Web.Mvc.PertAssembly: DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public Object Content { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Content As Object |