.Net Organisation Chart Component Class Library
DataTable Property
NamespacesOrgChart.CoreXmlBoundOrganisationChartDataTable
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Returns a reference to an data table that was used to render the organisation chart
Declaration Syntax
C#Visual BasicVisual C++
public DataTable DataTable { get; set; }
Public Property DataTable As DataTable
public:
virtual property DataTable^ DataTable {
	DataTable^ get () sealed;
	void set (DataTable^ value) sealed;
}

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