Angular ResponsiveBox - ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-angular/ui/responsive-box"
Type: DxResponsiveBoxTypes.ItemRenderedEvent

component

The UI component's instance.

Selector: dxo-component

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