React DataGrid - FocusedCellChangingEvent

The type of the focusedCellChanging event handler's argument.

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

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

cellElement

columns

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

isHighlighted

Type:

Boolean

newColumnIndex

Type:

Number

newRowIndex

Type:

Number

prevColumnIndex

Type:

Number

prevRowIndex

Type:

Number

rows