> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/grid-component.md).

# Grid Component

## Class inheritance

GridComponent extends [ControlComponent](https://app.gitbook.com/s/-MEOm98BbzqckTUoLpXN/general/frontend/documentation/winforms-angular-components/winforms/base-components/control-mapper.md).

## PME Support

### Properties

| Property         | Get/Set | Notify Changes | Details                                                                                                                                                                                                      |
| ---------------- | ------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| text: string     | Yes     | Yes            | Inherited from ControlComponent [see ControlComponent](https://app.gitbook.com/s/-MEOm98BbzqckTUoLpXN/general/frontend/documentation/winforms-angular-components/winforms/base-components/control-mapper.md) |
| name: string     | Yes     | No             | Inherited from ControlComponent [see ControlComponent](https://app.gitbook.com/s/-MEOm98BbzqckTUoLpXN/general/frontend/documentation/winforms-angular-components/winforms/base-components/control-mapper.md) |
| enabled: boolean | Yes     | No             | Inherited from ControlComponent [see ControlComponent](https://app.gitbook.com/s/-MEOm98BbzqckTUoLpXN/general/frontend/documentation/winforms-angular-components/winforms/base-components/control-mapper.md) |
| visible: boolean | Yes     | No             | Inherited from ControlComponent [see ControlComponent](https://app.gitbook.com/s/-MEOm98BbzqckTUoLpXN/general/frontend/documentation/winforms-angular-components/winforms/base-components/control-mapper.md) |
| disabled: string | Yes     | No             | Set property disabled if it is required                                                                                                                                                                      |
| items: any\[]    | Yes     | No             | Gets a collection containing all items in the control                                                                                                                                                        |

### Methods

| Method                      | Supported | Details                              |
| --------------------------- | --------- | ------------------------------------ |
| setSelectableSettings: void | Yes       | Sets selection mode of the component |

### Events

| Event | Supported | Parameter | Details |
| ----- | --------- | --------- | ------- |
| None  | None      | None      |         |
