Gets or sets the content of the current item, displayed in the NetworkDiagramView control. 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.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public Object Content { get; set; }
Visual Basic (Declaration)
Public Property Content As Object

See Also