.Net Organisation Chart Component Class Library
DataItem Property
NamespacesOrgChart.CoreOrgChartItemDataItem
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
The DataRow that this organisation chart node is bound to. This property is set by the call to .DataBind()
Declaration Syntax
C#Visual BasicVisual C++
public DataRow DataItem { get; set; }
Public Property DataItem As DataRow
public:
property DataRow^ DataItem {
	DataRow^ get ();
	void set (DataRow^ value);
}

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)