CellCloseEvent
Represents the arguments for the cellClose event of the Gantt.
Definition
Package:@progress/kendo-angular-gantt
Methods
Returns true if you or any subscriber prevented the default action.
boolean
true if the default action was prevented, otherwise, false.
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event.
Properties
column
any
Contains the Gantt column associated with the closed cell.
dataItem
any
Holds the data item.
isNew
boolean
Indicates if the data item is new or existing.
Contains the TaskEditItem for the edited task.
Access the parent item through the parent property to traverse all ancestors that need updates.
Contains the DOM event that triggered the cellClose event.
This property may be missing if cellClose is triggered by an API call.
Holds the GanttComponent instance.