SchedulerRemoveDialogProps
Represents the props of the KendoReact SchedulerRemoveDialog component.
dataItem
Specifies the DataItem
currently being deleted.
onCancel?
(event: SchedulerRemoveDialogStateChangeEvent<null>) => void
Called when the cancel
button is clicked.
onClose?
(event: SchedulerRemoveDialogStateChangeEvent<null>) => void
Called when the close
button is clicked.
onConfirm?
(event: SchedulerRemoveDialogStateChangeEvent<undefined>) => void
Called when the confirm
button is clicked.