GridDetailRowTemplateContext Properties
Stores information about a Grid detail row and is passed as thecontext parameter to the DetailRowTemplate.
| Name | Description |
|---|---|
| DataItem | Returns the processed data item. |
| Grid | Returns the Grid object. |
| MasterRowVisibleIndex | Returns the visible index of the master row that corresponds to the processed detail row. |
See Also