# GridDetailContext

> _Since v0.1.0_

Context object passed to the detail renderer template.
Contains the row data for the expanded detail view.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `$implicit` | <code>TRow</code> | The row data (implicit binding for let-row) |
| `row` | <code>TRow</code> | The row data (explicit binding) |
