# 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 |
| --- | :---: | :---: | --- |
| AddAvatar | avatar as GraffitiKanbanAvatar | (None) | |
| AddListItem | item as GraffitiKanbanListItem | (None) | Adds the specified list item to the list area |
| Close | (None) | (None) | |
| 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. |
| Constructor | Title as String <br> Content as String <br> AvatarFile as WebFile <br> AvatarTooltip as String | (None) | Creates a new instance of the class. |
| Constructor | Title as String <br> Container as WebContainer | (None) | Creates a new instance of the class. |
| InsertListItem | atIndex as Integer <br> item as GraffitiKanbanListItem | (None) | Inserts item at atIndex |
| LastAvatarIndex | (None) | Integer | |
| Parent | (None) | GraffitiKanbanColumn | |
| RemoveAllAvatars | (None) | (None) | |
| RemoveAllListItems | (None) | (None) | Removes all list items. |
| RemoveAvatar | avatar as GraffitiKanbanAvatar | (None) | |
| RemoveListItem | item as GraffitiKanbanListItem | (None) | Removes the specified item from the list area |
| updateAvatars | (None) | (None) | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Attributes | ListItems | Nil | |
| Attributes | mButtonEnabled | Boolean | |
| Attributes | mCanDrag | Boolean | |
| Attributes | mContainer | WebContainer | |
| Attributes | mOwner | GraffitiKanbanColumn | |
| Attributes | Avatars | Nil | |
| Attributes | mValue | Boolean | |
| 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 |
| CanEditSubtitle | Boolean | Nil | |
| CanEditTitle | Boolean | Nil | Determines whether the user can edit the title of the item by double-clicking |
| CheckboxLabel | String | Nil | |
| Container | WebContainer | 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 |
| HasLink | Boolean | Nil | When False, the item's link area will not be displayed. |
| ImageFile | WebFile | Nil | WebFile of the image that you wish to display at the top of the item |
| ImageMaxHeight | Integer | Nil | Maximum height to display image as. -1 to use the image's dimensions. |
| 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 | WebUIControl.Indicators | Nil | Bootstrap style to apply to the item |
| IndicatorBorder | WebUIControl.Indicators | Nil | Bootstrap style to apply to the item's border |
| IndicatorButton | WebUIControl.Indicators | Nil | Bootstrap style to apply to the button |
| IndicatorButtonCaption | WebUIControl.Indicators | Nil | Bootstrap style to apply to the button's caption |
| IndicatorContainer | WebUIControl.Indicators | Nil | Bootstrap style to apply to the embedded container. |
| IndicatorContent | WebUIControl.Indicators | Nil | Bootstrap style to apply to the button's content text |
| IndicatorSubtitle | WebUIControl.Indicators | Nil | |
| IndicatorTitle | WebUIControl.Indicators | Nil | Bootstrap style to apply to the title text of the item |
| LinkCaption | String | Nil | Caption to use for the item's link. |
| LinkURL | String | Nil | URL to use for the item's link. |
| Style | GraffitiStyle | Nil | GraffitiStyle instance applied to the item |
| StyleButton | GraffitiStyle | Nil | GraffitiStyle instance applied to the button |
| StyleContent | GraffitiStyle | Nil | GraffitiStyle instance applied to the content text |
| StyleSubtitle | GraffitiStyle | Nil | |
| StyleTitle | GraffitiStyle | Nil | GraffitiStyle instance applied to the title text |
| Subtitle | String | Nil | |
| Title | String | Nil | HTML to display as the item's title |
| Value | Boolean | Nil | Value of the item's checkbox |