# GraffitiTimelineItem
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| ItemTypes | Box <br > Point <br > Range <br > Background | Supported item rendering types. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | (None) | (None) | Instantiates a new instance of this object. |
| Constructor | Content as String <br> StartDate as DateTime <br> EndDate as DateTime | (None) | Instantiates a new instance of this object. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | GraffitiTimeline.Alignments | (None) | Alignment of the item. |
| Attributes | HasEditRemove | Boolean | (None) |
| Attributes | HasEditTime | Boolean | (None) |
| Attributes | HasSelectable | Boolean | (None) |
| Attributes | ID | String | (None) |
| Attributes | HasEditGroup | Boolean | (None) |
| Attributes | mObserver | GraffitiUpdateInterface | (None) |
| Content | String | (None) | Text displayed within the item. |
| CSSClassName | String | (None) | CSS class to be applied to the item. |
| EditGroup | Boolean | (None) | If True, this item can be dragged from its original group to another group. |
| EditRemove | Boolean | (None) | If True, this item can be removed by interacting with its UI. |
| EditTime | Boolean | (None) | If True, this item can be moved by dragging. |
| EndDate | DateTime | (None) | The end date for a range or box type item. |
| Group | GraffitiTimelineGroup | (None) | Group that this item belongs to. Groups must be crated and added before adding items. |
| HelpTag | String | (None) | Tooltip to display on hover. |
| Selectable | Boolean | (None) | If False, users will not be able to select this item. |
| Selected | Boolean | (None) | The current selection state of the item. |
| StartDate | DateTime | (None) | For Box or Range items, this is the starting position. For all others this is their singular position. |
| Tag | Variant | (None) | Developer storage. |
| Type | ItemTypes | (None) | Type of item, each has different functionality and display. |