# GraffitiGridButtonGroup
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | ParamArray buttons() as GraffitiGridButtonGroupItem | (None) | Creates an instance of the class. |
| Constructor | buttons() as GraffitiGridButtonGroupItem | (None) | Creates an instance of the class. |
| Item | index as Integer | GraffitiGridButtonGroupItem | Returns the item at the specified index. |
| Attributes | Hidden | Item | |
| LastIndex | (None) | Integer | The index of the last button item within the group. |
| Attributes | Hidden | toString | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| FillCell | Boolean | True | When True, the button will completely fill the cell's width and height. |
| RoundedCorners | Boolean | False | Set to True to display the group with the corners rounded. |
| SingleSelect | Boolean | False | When True, only a single item can be selected at any given time. Other items are toggled to False. |
| Tag | Variant | Nil | Data storage. |
| Value | GraffitiGridButtonGroupItem | Nil | When SingleSelect = True, this property will contain the currently selected item. |