.Net Organisation Chart Component Class Library
OrgChartItem Constructor (chart, chartItem, nodeData, numberOfChildren, depth)
NamespacesOrgChart.CoreOrgChartItemOrgChartItem(IOrganisationChart, BaseChartItemSettings, DataRow, Int32, Int32)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Creates an OrgChartItem
Declaration Syntax
C#Visual BasicVisual C++
public OrgChartItem(
	IOrganisationChart chart,
	BaseChartItemSettings chartItem,
	DataRow nodeData,
	int numberOfChildren,
	int depth
)
Public Sub New ( _
	chart As IOrganisationChart, _
	chartItem As BaseChartItemSettings, _
	nodeData As DataRow, _
	numberOfChildren As Integer, _
	depth As Integer _
)
public:
OrgChartItem(
	IOrganisationChart^ chart, 
	BaseChartItemSettings^ chartItem, 
	DataRow^ nodeData, 
	int numberOfChildren, 
	int depth
)
Parameters
chart (IOrganisationChart)
Reference to the IOrganisationChart
chartItem (BaseChartItemSettings)
Reference to the Template Type being rendered
nodeData (DataRow)
Reference to the data for this Chart Item
numberOfChildren (Int32)
Number of child nodes that this item owns
depth (Int32)
The depth in the org chart of this item

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