Angular List - ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { DxListTypes } from "devextreme-angular/ui/list"
Type: DxListTypes.ItemRenderedEvent

component

The UI component's instance.

Selector: dxo-component
Type:

List

element

The UI component's container.

itemData

The item's data.

Selector: dxo-item-data
Type:

Object

itemElement

The item's container.

itemIndex

The item's index.

Type:

Number