New to KendoReact? Start a free 30-day trial
TaskBoardColumnHeaderProps
TaskBoardColumnHeaderPropsPremium
Updated on Oct 31, 2025
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.  |