RepeaterGroupDataColumnFooterTemplates Property |
Gets the collection of templates for content shown after each column of group items.
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 = "columnFooterTemplates", EmitDefaultValue = false)]
public IList<TemplateData> ColumnFooterTemplates { get; }
<DataMemberAttribute(Name := "columnFooterTemplates", EmitDefaultValue := false)>
Public ReadOnly Property ColumnFooterTemplates As IList(Of TemplateData)
Get
public:
[DataMemberAttribute(Name = L"columnFooterTemplates", EmitDefaultValue = false)]
property IList<TemplateData^>^ ColumnFooterTemplates {
IList<TemplateData^>^ get ();
}
[<DataMemberAttribute(Name = "columnFooterTemplates", EmitDefaultValue = false)>]
member ColumnFooterTemplates : IList<TemplateData> with get
Property Value
Type:
IListTemplateDataSee Also