Vue DropDownBox Types

ChangeEvent

The type of the change event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.ChangeEvent

ClosedEvent

The type of the closed event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.ClosedEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxTextBoxTypes } from "devextreme-vue/text-box"
Type: DxTextBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.CopyEvent

CutEvent

The type of the cut event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.CutEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.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 { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.EnterKeyEvent

FocusInEvent

The type of the focusIn event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.InputEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.KeyUpEvent

OpenedEvent

The type of the opened event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.OpenedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.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 { DxDropDownBoxTypes } from "devextreme-vue/drop-down-box"
Type: DxDropDownBoxTypes.ValueChangedEvent