RepeaterGroupInstance.rowFooters Property

Gets or sets the collection of row footers shown.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

The collection is made of a series of nested collections, grouping row footer templates into logical structures. It is first grouped by the logical item or row of items the footer is for, then by the sections of footer templates that correspond to interleaved child groups, then by the templates of each section.

Usage: rowFooters[rowIndex][sectionIndex][templateIndex]

For example, on the 8th row of items, the 2nd footer template after the 1st child group in a non-wrapped vertically repeating group would be rowFooters[7][1][2]. In a horizontally repeating group where each row has 3 items and then wraps, the 8th row's 2nd footer template is rowFooters[7][0][1].