RepeaterGroupInstance.topRightCorner Property

Gets or sets the content shown in the top-right corner.
 

Property Value

Type: Array
    Element Type: Array
 

Remarks

Because the header row of a group can appear multiple times when paging, the top-right corner is grouped by the occurrence of the header row, then by the templates of the top-right corner.

Usage: topRightCorner[headerRowIndex][templateIndex]

For example, in the 1st header row that appears, the 2nd template of the top-right corner is topLeftCorner[0][1].