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