React DataGrid - EditCanceledEvent

The type of the editCanceled event handler's argument.

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

Object

changes

Selector: Change
Type:

Array<DataChange>

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.