• 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
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputs
    • Labels
    • Layout
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChart
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheet
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeView
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

TaskBoardCardHeaderProps

Represents the props of the TaskBoardCardHeader component.

NameTypeDefaultDescription

menuItems

any[]

Represents the menu items.

onHideMenu

(event: MouseEvent<HTMLButtonElement>) => void

Fires when the menu needs to be hidden.

onMenuButtonBlur

(event: FocusEvent<HTMLButtonElement>) => void

Fires on blur of the menu button.

onMenuItemSelect

(event: MenuSelectEvent) => void

Fires when menu item is selected.

onShowMenu

(event: MouseEvent<HTMLButtonElement>) => void

Fires when the menu needs to be shown.

onShowPreviewPane

(event: MouseEvent<HTMLElement>) => void

Fires when the preview pane needs to be shown.

popupRef

React.RefObject<PopupHandle>

Specifies the popup reference.

showMenu

boolean

Determines the visibility of the show menu.

task

TaskBoardTaskModel

The rendered task.

title

React.ReactNode

The rendered title.