Part of Grid that renders the markup inside a single data cell. GridCell is used inside a pair of loops; the outer loop for each row, the inner loop for each property of the row.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| model | PropertyModel | Required, NOT Allow Null | prop | Model for property displayed by the cell. | |
| object | Object | Required, NOT Allow Null | prop | Identifies the object being rendered. The component will extract a property from the object and render its value (or delegate to a Block that will do so). | |
| overrides | PropertyOverrides | Required, NOT Allow Null | prop | Used to search for block parameter overrides (this is normally the enclosing Grid component's resources). |