CellCloseEvent
Represents the arguments for the cellClose
event of the Gantt.
Name | Type | Default | Description |
---|---|---|---|
column |
|
Contains the Gantt column associated with the closed cell. | |
dataItem |
|
Holds the data item. | |
formGroup |
|
Contains the | |
isNew |
|
Indicates if the data item is new or existing. | |
item |
|
Contains the | |
originalEvent |
|
Contains the DOM event that triggered the | |
sender |
|
Holds the |
Constructors
CellCloseEvent
(options: any)
Parameters
options
any
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for the event. The source component suppresses the built-in behavior that follows the event. |