GanttFormProps

Represents the props of the KendoReact GanttForm component.

NameTypeDefaultDescription

dataItem

any

Specifies the DataItem to be visualized inside the form.

dependencyData?

GanttDependency[]

The dependancy data passed to the form.

onCancel?

(event: GanttFormStateChangeEvent) => void

Called when the cancel button is clicked.

onClose?

(event: GanttFormStateChangeEvent) => void

Called when the close button is clicked.

onDelete?

(event: GanttFormStateChangeEvent) => void

Called when the delete button is clicked.

onSubmit

(event: GanttFormStateChangeEvent) => void

Called when the submit button is clicked.

taskData?

any[]

The task data passed to the form.