React DataGrid - RowRemovingEvent

The type of the rowRemoving event handler's argument.

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

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

key

Type: any