React DataGrid - EditCancelingEvent

The type of the editCanceling event handler's argument.

import { EditCancelingEvent } from "devextreme/ui/data_grid"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Selector: Change
Type:

Array<DataChange>

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.