RepeaterModelDataViewFooterTemplates Property |
Gets the collection of templates for the static footer displayed after all repeater groups.
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 = "viewFooterTemplates", EmitDefaultValue = false)]
public IList<TemplateData> ViewFooterTemplates { get; }
<DataMemberAttribute(Name := "viewFooterTemplates", EmitDefaultValue := false)>
Public ReadOnly Property ViewFooterTemplates As IList(Of TemplateData)
Get
public:
[DataMemberAttribute(Name = L"viewFooterTemplates", EmitDefaultValue = false)]
property IList<TemplateData^>^ ViewFooterTemplates {
IList<TemplateData^>^ get ();
}
[<DataMemberAttribute(Name = "viewFooterTemplates", EmitDefaultValue = false)>]
member ViewFooterTemplates : IList<TemplateData> with get
Property Value
Type:
IListTemplateData
The view's footer templates.
See Also