.Net Organisation Chart Component Class Library
DataElement Method (elementName)
NamespacesOrgChart.CoreOrgChartItemDataElement(String)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers

Helper method to return the value of an attribute or column with the DataItem for this node depending on whether this is an Xml or data bound Organisation chart

Declaration Syntax
C#Visual BasicVisual C++
public string DataElement(
	string elementName
)
Public Function DataElement ( _
	elementName As String _
) As String
public:
String^ DataElement(
	String^ elementName
)
Parameters
elementName (String)
name of the DataTable column or attribute in an XML file
Return Value
value of the column or attribute

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