React DataGrid - FocusedCellChangedEvent

The type of the focusedCellChanged event handler's argument.

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

Object

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