• 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

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.

onChange

(event: TaskBoardChangeEvent) => void

Represents the onChange event. Triggered after tasks changes.

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.