GraffitiSuite Docs
Docs
Graffitikanbanlistitem
Loading document parsing libraries...
# GraffitiKanbanListItem 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 | | --- | :---: | :---: | --- | | Constructor | Caption as String | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mOwner | GraffitiKanbanItem | (None) | | CanEdit | Boolean | (None) | Determines whether the user can edit the content of the item by double-clicking | | CanPress | Boolean | (None) | When True, the item becomes clickable, and will raise the appropriate event on it's ancestor GraffitiKanban | | Caption | String | (None) | The content HTML displayed on the item | | Enabled | Boolean | (None) | Set to False to display the item in a disabled state and block click events | | Indicator | GraffitiKanban.Indicators | (None) | Bootstrap style to apply to the item |