Vue DataGrid - EditCancelingEvent

The type of the editCanceling event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.EditCancelingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Selector: DxChange
Type:

Array<DataChange>

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

element

The UI component's container.