React DataGrid - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

Object

component

The UI component's instance.

Selector: Component
Type:

DataGrid

currentDeselectedRowKeys

Type:

Array<any>

currentSelectedRowKeys

Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Type:

Array<any>

selectedRowsData

Selector: SelectedRowsData
Type:

Array<Object>