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