New to KendoReact? Start a free 30-day trial
TaskBoardColumnHeaderProps
Represents the props of the TaskBoardColumnHeader component.
Name | Type | Default | Description |
---|---|---|---|
addButtonTitle |
|
The title of the addButton. | |
closeButtonTitle |
|
The title of the closeButton. | |
column |
|
The rendered column. | |
editButtonTitle |
|
The title of the editButton. | |
onColumnDelete |
|
The event that is fired when a column is deleted. | |
onColumnEnterEdit |
|
The event that is fired when a column enters edit mode. | |
onColumnExitEdit |
|
The event that is fired when a column exits edit mode. | |
onShowAddCardDialog |
|
The event that is fired when a add card dialog is shown. | |
onTitleChange? |
|
The event that is fired when the title is changed. | |
tasks |
|
The rendered tasks. |