Open this page in the API Guide

RepeaterModel.ViewHeaderTemplates Property

Gets the collection of templates for the static header displayed before all repeater groups.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IList<Template> ViewHeaderTemplates { get; }

Property Value

Type: IList<Template>
The view's header templates.
See Also