React DropDownBox - FocusInEvent

The type of the focusIn event handler's argument.

import { DropDownBoxTypes } from "devextreme-react/drop-down-box"
Type: DropDownBoxTypes.FocusInEvent

component

The UI component's instance.

Selector: Component
Type:

DropDownBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event