GanttRemoveDialogProps
Interface
Represents the props of the KendoReact GanttRemoveDialog component.
Definition
Package:@progress/kendo-react-gantt
Properties
dataItem
any
Specifies the DataItem currently being deleted.
onCancel?
(event: GanttRemoveDialogStateChangeEvent) => void
Called when the cancel button is clicked.
Parameters:eventGanttRemoveDialogStateChangeEvent
onClose?
(event: GanttRemoveDialogStateChangeEvent) => void
Called when the close button is clicked.
Parameters:eventGanttRemoveDialogStateChangeEvent
onConfirm?
(event: GanttRemoveDialogStateChangeEvent) => void
Called when the confirm button is clicked.
Parameters:eventGanttRemoveDialogStateChangeEvent