GraffitiSuite Docs
Docs
Graffitigridbuttongroupitem
Loading document parsing libraries...
# 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. | | Attributes | Hidden | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | ID | String | | | Caption | String | Nil | Caption to display in the button. FontAwesome icons may be used with the FA syntax ( <fas fa-adjust> ) or raw HTML . | | Indicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the button. | | IndicatorBorder | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the button's border. | | IndicatorCaption | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the button's caption. | | Tag | Variant | Nil | Data storage | | Tooltip | String | Nil | Tooltip to show on hover. |