New to KendoReactStart a free 30-day trial

TaskBoardCardHeaderProps

Represents the props of the TaskBoardCardHeader component.

NameTypeDefaultDescription

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.

Not finding the help you need?
Contact Support