RepeaterGroupInstance.topLeftCorner Property

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

Property Value

Type: Array
    Element Type: Array
 

Remarks

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

Usage: topLeftCorner[headerRowIndex][templateIndex]

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