RepeaterGroupDataBodyTemplates Property |
Gets the collection of templates used to display each item from this group.
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 = "bodyTemplates", EmitDefaultValue = false)]
public IList<IList<TemplateData>> BodyTemplates { get; }
<DataMemberAttribute(Name := "bodyTemplates", EmitDefaultValue := false)>
Public ReadOnly Property BodyTemplates As IList(Of IList(Of TemplateData))
Get
public:
[DataMemberAttribute(Name = L"bodyTemplates", EmitDefaultValue = false)]
property IList<IList<TemplateData^>^>^ BodyTemplates {
IList<IList<TemplateData^>^>^ get ();
}
[<DataMemberAttribute(Name = "bodyTemplates", EmitDefaultValue = false)>]
member BodyTemplates : IList<IList<TemplateData>> with get
Property Value
Type:
IListIListTemplateDataSee Also