.Net Organisation Chart Component Class Library
HtmlTemplate Property
NamespacesOrgChart.Core.ItemsBaseChartItemSettingsHtmlTemplate
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
HTML that makes up the light-weight cell template.

Templates can be any valid HTML and use a simple data binding syntax to allow page developers to bind chart data to the template. For example the string <b>{name}<b/> will display the field name in bold text.

Declaration Syntax
C#Visual BasicVisual C++
public string HtmlTemplate { get; set; }
Public Property HtmlTemplate As String
public:
property String^ HtmlTemplate {
	String^ get ();
	void set (String^ value);
}

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