React TreeList - RowExpandingEvent

The type of the rowExpanding event handler's argument.

import { TreeListTypes } from "devextreme-react/tree-list"
Type: TreeListTypes.RowExpandingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type:

TreeList

element

The UI component's container.

key

Type: any