React DataGrid - FocusedCellChangedEvent

The type of the focusedCellChanged event handler's argument.

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

cellElement

column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.

row

Type:

DataGrid Row

rowIndex

Type:

Number