React DropDownBox Types

ChangeEvent

The type of the change event handler's argument.

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

ClosedEvent

The type of the closed event handler's argument.

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

ContentReadyEvent

The type of the contentReady event handler's argument.

import { TextBoxTypes } from "devextreme-react/text-box"
Type: TextBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

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

CutEvent

The type of the cut event handler's argument.

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

DisposingEvent

The type of the disposing event handler's argument.

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

DropDownPredefinedButton

Specifies a custom button for an input text field.

Accepted Values: 'clear' | 'dropDown'

Used in:

EnterKeyEvent

The type of the enterKey event handler's argument.

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

FocusInEvent

The type of the focusIn event handler's argument.

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

FocusOutEvent

The type of the focusOut event handler's argument.

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

InitializedEvent

The type of the initialized event handler's argument.

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

InputEvent

The type of the input event handler's argument.

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

KeyDownEvent

The type of the keyDown event handler's argument.

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

KeyUpEvent

The type of the keyUp event handler's argument.

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

OpenedEvent

The type of the opened event handler's argument.

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

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

PasteEvent

The type of the paste event handler's argument.

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

TextBoxType

Specifies the text box type.

Accepted Values: 'email' | 'password' | 'search' | 'tel' | 'text' | 'url'

Used in:

ValueChangedEvent

The type of the valueChanged event handler's argument.

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