New to KendoReactStart a free 30-day trial

TaskBoardColumnHeaderProps

Represents the props of the TaskBoardColumnHeader component.

NameTypeDefaultDescription

addButtonTitle

string

The title of the addButton.

closeButtonTitle

string

The title of the closeButton.

column

TaskBoardColumnModel

The rendered column.

editButtonTitle

string

The title of the editButton.

onColumnDelete

(event: MouseEvent<HTMLButtonElement>) => void

The event that is fired when a column is deleted.

onColumnEnterEdit

(event: MouseEvent<HTMLButtonElement>) => void

The event that is fired when a column enters edit mode.

onColumnExitEdit

(event: FocusEvent<HTMLInputElement>) => void

The event that is fired when a column exits edit mode.

onShowAddCardDialog

(event: MouseEvent<HTMLButtonElement>) => void

The event that is fired when a add card dialog is shown.

onTitleChange?

(event: InputChangeEvent) => void

The event that is fired when the title is changed.

tasks

TaskBoardTaskModel[]

The rendered tasks.

Not finding the help you need?
Contact Support