# 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. |
| Attributes | Hidden | destroy | |
| 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 | Nil | Accessory icon displayed at the far right edge of the item's row within the popup list. |
| Attributes | Items | Nil | |
| Attributes | mParent | GraffitiPopupMenuItem | |
| Attributes | mObserver | Nil | |
| DetailText | String | Nil | String displayed below the Text and deemphasized. |
| Image | Picture | Nil | Icon drawn to the right of the Text and DetailText within the popup list. |
| menuItem | GraffitiMenuItem | Nil | |
| Parent | GraffitiPopupMenuItem | Nil | |
| Tag | Variant | Nil | Developer storage. |
| Text | String | Nil | Text of the item. |