RepeaterModelDataTableOfContentsHeaderTemplate Property |
Gets or sets the template for the table of contents header.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "tableOfContentsHeaderTemplate", EmitDefaultValue = false)]
public TemplateData TableOfContentsHeaderTemplate { get; set; }
<DataMemberAttribute(Name := "tableOfContentsHeaderTemplate", EmitDefaultValue := false)>
Public Property TableOfContentsHeaderTemplate As TemplateData
Get
Set
public:
[DataMemberAttribute(Name = L"tableOfContentsHeaderTemplate", EmitDefaultValue = false)]
property TemplateData^ TableOfContentsHeaderTemplate {
TemplateData^ get ();
void set (TemplateData^ value);
}
[<DataMemberAttribute(Name = "tableOfContentsHeaderTemplate", EmitDefaultValue = false)>]
member TableOfContentsHeaderTemplate : TemplateData with get, set
Property Value
Type:
TemplateData
The table of contents header template.
See Also