React DropDownBox - CutEvent

The type of the cut event handler's argument.

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

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