New to KendoReact? Start a free 30-day trial
TaskBoardConfirmDialogProps
Represents the props of the TaskBoardConfirmDialog component
Name | Type | Default | Description |
---|---|---|---|
dialogCancelButton |
|
The dialog cancel button. | |
dialogConfirmButton |
|
The dialog confirm button. | |
dialogMessage |
|
The dialog message. | |
dialogTitle |
|
The dialog title. | |
onClose |
|
The Close Button click event handler of the TaskBoardConfirmDialog component. | |
onConfirm |
|
The Confirm Button click event handler of the TaskBoardConfirmDialog component. |