Gets or sets the textual abbreviation of the current predecessor item, displayed within the PertChartView control.
It is passed to the client side as the predecessorItem.displayedText field accessible from the client code.
Namespace:
DlhSoft.Web.Mvc.PertAssembly: DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public string DisplayedText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DisplayedText As String |