# GraffitiPopupMenuItem
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Add | item as GraffitiPopupMenuItem | (None) | Adds a child item. |
| AddAt | index as Integer <br> item as GraffitiPopupMenuItem | (None) | Inserts a child item. |
| Constructor | Text as String | (None) | Creates a new instance of the class. |
| IndexOf | item as GraffitiPopupMenuItem | Integer | Returns the index of the specified item. |
| ItemAt | index as Integer | GraffitiPopupMenuItem | Returns the item at the specified index. |
| LastIndex | (None) | Integer | Returns the last item index. |
| Remove | item as GraffitiPopupMenuItem | (None) | Removes the specified item. |
| RemoveAll | (None) | (None) | Removes all child items. |
| RemoveAt | index as Integer | (None) | Removes the item at the specified index. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| AccessoryType | MobileTableCellData.AccessoryTypes | (None) | Accessory icon displayed at the far right edge of the item's row within the popup list. |
| Attributes | Items | (None) | (None) |
| Attributes | mParent | GraffitiPopupMenuItem | (None) |
| Attributes | mObserver | (None) | (None) |
| DetailText | String | (None) | String displayed below the Text and deemphasized. |
| Image | Picture | (None) | Icon drawn to the right of the Text and DetailText within the popup list. |
| menuItem | GraffitiMenuItem | (None) | (None) |
| Parent | GraffitiPopupMenuItem | (None) | (None) |
| Tag | Variant | (None) | Developer storage. |
| Text | String | (None) | Text of the item. |