React DataGrid - RowExpandingEvent

The type of the rowExpanding event handler's argument.

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

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.

key

Type: any