DevExtreme v23.1 is now available.

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

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { ItemRenderedEvent } from "devextreme/ui/multi_view"
Type:

Object

component

The UI component's instance.

Type:

MultiView

element

The UI component's container.

itemData

The item's data.

Type:

Object

itemElement

The item's container.

itemIndex

The item's index.

Type:

Number

model

Model data. Available only if you use Knockout.

Type: any