# GraffitiGridButtonGroupItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Caption as String <br> Indicator as WebUIControl.Indicators = WebUIControl.Indicators.Secondary | (None) | Creates an instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | ID | String | (None) |
| Caption | String | (None) | Caption to display in the button. FontAwesome icons may be used with the FA syntax ( <fas fa-adjust> ) or raw HTML . |
| Indicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the button. |
| IndicatorBorder | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the button's border. |
| IndicatorCaption | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the button's caption. |
| Tag | Variant | (None) | Data storage |
| Tooltip | String | (None) | Tooltip to show on hover. |