# GraffitiListGroupItem
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Alignments | Left <br > Right | Supported item alignment values. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Content as String | (None) | Creates a new instance of the class. |
| Constructor | container as WebContainer | (None) | Creates a new instance of the class. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | Alignments | (None) | Determines alignment of elements within the item's display. |
| Attributes | mEnabled | Boolean | (None) |
| Attributes | ID | (None) | (None) |
| Attributes | mID | String | (None) |
| Attributes | mParent | GraffitiUpdateInterface | (None) |
| Badge | String | (None) | Badge text to display. Hidden when empty. |
| BadgeIndicator | WebUIControl.Indicators | (None) | Bootstrap indicator to apply to the badge. |
| BadgeIsPill | Boolean | (None) | When True, the badge will display with more rounded edges. |
| BadgeStyle | GraffitiStyle | (None) | GraffitiStyle to apply to the badge. |
| Container | WebContainer | (None) | WebContainer that replaces the item's display area within the browser. |
| Content | String | (None) | Content of the item. Hidden when empty. |
| ContentIndicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the content text. |
| ContentStyle | GraffitiStyle | (None) | GraffitiStyle applied to the content text. |
| Enabled | Boolean | (None) | Determines whether the user can select and interact with this item. |
| Footer | String | (None) | Text displayed at the bottom of the item. Hidden when empty. |
| FooterIndicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the footer text. |
| FooterStyle | GraffitiStyle | (None) | GraffitiStyle applied to the footer text. |
| Indicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the item's display area. |
| Style | GraffitiStyle | (None) | GraffitiStyle applied to the item's display area. |
| Tag | Variant | (None) | Developer storage. |
| Title | String | (None) | Title of the item. Hidden when empty. |
| TitleIndicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the title text. |
| TitleStyle | GraffitiStyle | (None) | GraffitiStyle applied to the title text. |
| Tooltip | String | (None) | Text to display in tooltip when the user hovers their mouse over or selects an item. |