React PivotGrid - CellClickEvent

The type of the cellClick event handler's argument.

import { CellClickEvent } from "devextreme/ui/pivot_grid"
Type:

Object

area

Type:

String

cancel

Specifies whether the event is cancelable.

Type:

Boolean

cell

cellElement

columnFields

columnIndex

Type:

Number

component

The UI component's instance.

Selector: Component
Type:

PivotGrid

dataFields

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

rowFields

rowIndex

Type:

Number