SchedulerOccurrenceDialogProps

Represents the props of the KendoReact SchedulerOccurrenceDialog component.

NameTypeDefaultDescription

dataItem

any

Specifies the DataItem currently being edited.

isRemove?

boolean

Specifies if the dialog is for remove or edit action.

onClose

(event: SchedulerOccurrenceDialogStateChangeEvent<any>) => void

Called when the close button is clicked.

onOccurrenceClick

(event: SchedulerOccurrenceDialogStateChangeEvent<any>) => void

Called when the occurrence button is clicked.

onSeriesClick

(event: SchedulerOccurrenceDialogStateChangeEvent<any>) => void

Called when the series button is clicked.