DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

RowCollapsedEvent

The type of the rowCollapsed event handler's argument.

import { RowCollapsedEvent } from "devextreme/ui/tree_list"
Type:

Object

component

The UI component's instance.

Type:

TreeList

element

The UI component's container.

key

Type: any

model

Model data. Available only if you use Knockout.

Type: any