# GraffitiKanbanItem
Class Inherits GraffitiKanbanChild
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Android
| 32-Bit | 64-Bit |
| :---: | :---: |
| False | True |
### Console
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### iOS
| 32-Bit | 64-Bit |
| :---: | :---: |
| False | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Sub | AddListItem | (None) | Adds the specified list item to the list area |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | InsertListItem | (None) | Inserts item at atIndex |
| Sub | RemoveAllListItems | (None) | Removes all list items. |
| Sub | RemoveListItem | (None) | Removes the specified list item. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | ListItems | Nil | |
| Attributes | mCanDrag | Boolean | |
| Attributes | mOwner | GraffitiKanbanColumn | |
| Attributes | mValue | Boolean | |
| Attributes | mButtonEnabled | Boolean | |
| AvatarPicture | Picture | Nil | Picture object to display as the avatar for this item |
| AvatarTooltip | String | Nil | Tooltip or alt text of the avatar image |
| AvatarURL | String | Nil | External URL to an image for display |
| BorderSize | Integer | Nil | |
| ButtonCaption | String | Nil | HTML to display in the item's button |
| ButtonEnabled | Boolean | Nil | Determines whether the button is visibly and functionally available for interaction |
| ButtonOutline | Boolean | Nil | When True, the button will be displayed using only it's outline and caption with no background fill |
| CanDrag | Boolean | Nil | When True, the item can be dragged to other columns in the display, or reordered within its own column |
| CanEditContent | Boolean | Nil | Determines whether the user can edit the content of the item by double-clicking |
| CanEditTitle | Boolean | Nil | Determines whether the user can edit the title of the item by double-clicking |
| CanLeaveColumn | Boolean | Nil | |
| Content | String | Nil | The content HTML displayed on the item |
| HasButton | Boolean | Nil | Set to False to hide the button entirely |
| HasCheckbox | Boolean | Nil | When True, a checkbox is displayed to the right of the title that enables changing the Value property |
| ImagePicture | Picture | Nil | Picture object of the image that you wish to display at the top of the item |
| ImageURL | String | Nil | URL to an image you wish to display at the top of the item |
| Indicator | GraffitiKanban.Indicators | Nil | Bootstrap style to apply to the item |
| IndicatorBorder | GraffitiKanban.Indicators | Nil | Bootstrap style to apply to the item's border |
| IndicatorButton | GraffitiKanban.Indicators | Nil | Bootstrap style to apply to the button |
| IndicatorButtonCaption | GraffitiKanban.Indicators | Nil | Bootstrap style to apply to the button's caption |
| IndicatorContent | GraffitiKanban.Indicators | Nil | Bootstrap style to apply to the button's content text |
| IndicatorTitle | GraffitiKanban.Indicators | Nil | Bootstrap style to apply to the title text of the item |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Title | String | Nil | HTML to display as the item's title |
| Value | Boolean | Nil | Value of the item's checkbox |