• 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

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.