• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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.