# FormArrayContext

> _Since v0.5.0_

Context provided to the grid containing form-related information.
This can be accessed by other directives to get form controls.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `hasFormGroups` | <code>boolean</code> | Whether the grid is backed by a FormArray of FormGroups. When true, `getControl()` will return cell-level controls. |
