RepeaterGroup.bodyTemplates Property

Gets or sets the collection of templates used to display each item from this group.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

The body templates are grouped into collections of collections. The outer grouping is the collection of body template sections show before or after child groups, which then contains the collection of body templates for each section. The number of sections must always be the number of child groups plus one (i.e. a collection before and after every child group).

Usage: bodyTemplates[sectionIndex][templateIndex]

See Also