React DataGrid - RowRemovedEvent

The type of the rowRemoved event handler's argument.

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

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

key

Type: any