# GraffitiKanbanColumn
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 | AddItem | (None) | Adds the specified item to the column |
| Sub | AddMenuItem | (None) | Adds the specified item to the column's menu |
| Sub | Constructor | (None) | Creates a new instance of the class. |
| Sub | InsertItem | (None) | Inserts item as the position specified by atIndex |
| Sub | InsertMenuItem | (None) | Inserts item in to the column's menu at the position specified by atIndex |
| Function | Item | As | Returns the at index on the column |
| Function | LastItemIndex | As | Returns the final index of the last item on the column |
| Function | LastMenuItemIndex | As | Returns the final index of the last menu item on the column |
| Function | MenuItem | As | Returns the item from the specified index |
| Sub | RemoveAllItems | (None) | Removes all items from the column. |
| Sub | RemoveAllMenuItems | (None) | Removes all menu items from the column. |
| Sub | RemoveItem | (None) | Remove the specified item from the column |
| Sub | RemoveMenuItem | (None) | Removes the specified menu item from the column |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| AllowReorder | Boolean | Nil | |
| Attributes | isSent | Boolean | |
| Attributes | Items | Nil | |
| Attributes | MenuItems | Nil | |
| BorderSize | Integer | Nil | |
| ButtonCaption | String | Nil | Caption of the column's button. HTML supported |
| ButtonEnabled | Boolean | Nil | The enabled state of the button |
| ButtonOutline | Boolean | Nil | If the button should appear as an outline or filled |
| CanDrag | Boolean | Nil | When True this column may dragged to reorder within its parent Kanban. |
| CanEditSubtitle | Boolean | Nil | When True, users can edit the subtitle by double-clicking it |
| CanEditTitle | Boolean | Nil | Determines whether the title of the column may be edited by the user. |
| HasButton | Boolean | Nil | Determines whether the button will be displayed |
| HasMenuButton | Boolean | Nil | Determines whether the menu disclosure button will be displayed |
| Indicator | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the column |
| IndicatorBorder | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the column's border |
| IndicatorButton | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the button |
| IndicatorButtonCaption | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the button's caption |
| IndicatorHeader | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the column's header |
| IndicatorMenuButton | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the menu disclosure button |
| IndicatorSubtitle | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the subtitle text |
| IndicatorTitle | GraffitiKanban.Indicators | Nil | Bootstrap style applied to the title text |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Private | As | = | |
| 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 | Nil | |
| Private | As | Nil | |
| Private | As | Nil | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | = | |
| Private | As | Nil | |
| Subtitle | String | Nil | Text in the subtitle area of the column |
| Title | String | Nil | Text in the title area of the column |
| Width | Integer | Nil | Width of the column. |