React DataGrid - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

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>