New to Kendo UI for AngularStart a free 30-day trial

TaskEditEvent

Interface

Contains the event data for task editing events.

Definition

Package:@progress/kendo-angular-gantt

Properties

Holds the dependencies for the edited task.

Holds the TaskEditItem for the edited task. Access the parent item through the parent property to update all ancestors.

Holds the GanttComponent instance.

taskFormGroup?

FormGroup​<any>

Holds the FormGroup instance for the edited task.