RepeaterModelDataViewHeaderTemplates Property  | 
 
            Gets the collection of templates for the static header displayed before all repeater groups.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "viewHeaderTemplates", EmitDefaultValue = false)]
public IList<TemplateData> ViewHeaderTemplates { get; }<DataMemberAttribute(Name := "viewHeaderTemplates", EmitDefaultValue := false)>
Public ReadOnly Property ViewHeaderTemplates As IList(Of TemplateData)
	Get
public:
[DataMemberAttribute(Name = L"viewHeaderTemplates", EmitDefaultValue = false)]
property IList<TemplateData^>^ ViewHeaderTemplates {
	IList<TemplateData^>^ get ();
}[<DataMemberAttribute(Name = "viewHeaderTemplates", EmitDefaultValue = false)>]
member ViewHeaderTemplates : IList<TemplateData> with get
Property Value
Type: 
IListTemplateData
            The view's header templates.
            
See Also