New to KendoReactStart a free 30-day trial

TaskBoardConfirmDialogProps

Represents the props of the TaskBoardConfirmDialog component

NameTypeDefaultDescription

dialogCancelButton

React.ReactNode

The dialog cancel button.

dialogConfirmButton

React.ReactNode

The dialog confirm button.

dialogMessage

React.ReactNode

The dialog message.

dialogTitle

string

The dialog title.

onClose

(event: MouseEvent<HTMLButtonElement>) => void

The Close Button click event handler of the TaskBoardConfirmDialog component.

onConfirm

(event: MouseEvent<HTMLButtonElement>) => void

The Confirm Button click event handler of the TaskBoardConfirmDialog component.

Not finding the help you need?
Contact Support