RepeaterGroupItem.rowFooters Property

Gets or sets the collection of row footers associated with this item.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

The row footers 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: rowFooters[sectionIndex][templateIndex]

See Also