React TreeList - RowCollapsingEvent

The type of the rowCollapsing event handler's argument.

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

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