React DataGrid - EditCancelingEvent

The type of the editCanceling event handler's argument.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.EditCancelingEvent

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.