RepeaterGroupInstance.rowHeaders Property

Gets or sets the collection of row headers shown.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

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

Usage: rowHeaders[rowIndex][sectionIndex][templateIndex]

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