.Net Organisation Chart Component Class Library
SummaryTemplate Property
NamespacesOrgChart.CoreXmlBoundOrganisationChartSummaryTemplate
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Gets or sets the summary template.

This template will be used if the [!:UseSummaryTemplate] property is set to true and the [!:SummaryDepth]value has been exceeded by the current chart level

Declaration Syntax
C#Visual BasicVisual C++
public ITemplate SummaryTemplate { get; set; }
Public Property SummaryTemplate As ITemplate
public:
virtual property ITemplate^ SummaryTemplate {
	ITemplate^ get () sealed;
	void set (ITemplate^ value) sealed;
}

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