RepeaterModelTableOfContentsHeaderTemplate Property  | 
 
            Gets or sets the template for the table of contents header.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Template TableOfContentsHeaderTemplate { get; set; }Public Property TableOfContentsHeaderTemplate As Template
	Get
	Set
public:
property Template^ TableOfContentsHeaderTemplate {
	Template^ get ();
	void set (Template^ value);
}member TableOfContentsHeaderTemplate : Template with get, set
Property Value
Type: 
Template
            The table of contents header template.
            
See Also