Vue DataGrid - FocusedCellChangedEvent

The type of the focusedCellChanged event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.FocusedCellChangedEvent

cellElement

column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

element

The UI component's container.

row

Type:

DataGrid Row

rowIndex

Type:

Number