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; }

Property Value

Type: IListIListTemplateData
See Also