• What is KendoReact
  • Getting Started
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Charts
    • Common Utilitiesupdated
    • Conversational UI
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • PDF Processing
    • PDFViewernew
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeView
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

TaskBoardProps

Represents the props of the TaskBoard component

NameTypeDefaultDescription

card?

React.ComponentType<TaskBoardCardProps>

Represents the TaskBoardCard component.

children?

React.ReactNode

The React elements that will be rendered inside the toolbar of the TaskBoard.

className?

string | string[]

Specifies a list of CSS classes that will be added to the TaskBoard element.

column?

React.ComponentType<TaskBoardColumnProps>

Represents the TaskBoardColumn component.

columnData

TaskBoardColumnModel[]

Specifies the column data from type TaskBoardColumnModel.

id?

string

Specifies the id that will be added to the TaskBoard element.

priorities

TaskBoardPriority[]

Specifies the priorities of the task board.

style?

React.CSSProperties

Represents the styles that are applied to the TaskBoard.

tabIndex?

number

Specifies the tabIndex that will be added to the TaskBoard Column and Card elements.

taskData

TaskBoardTaskModel[]

Represents the task data from type TaskBoardTaskModel.

Methods

onChange

Represents the onChange event. Triggered after tasks changes.

Parameters

event

TaskBoardChangeEvent