RepeaterGroupItem.bodies Property

Gets or sets the collection of bodies shown.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

The bodies are grouped into collections of collections. The outer grouping is the collection of body sections show before or after child groups, which then contains the collection of 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: bodies[sectionIndex][templateIndex]

See Also