Vue SelectBox Types

ChangeEvent

The type of the change event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.ChangeEvent

ClosedEvent

The type of the closed event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.ClosedEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.CopyEvent

CustomItemCreatingEvent

The type of the customItemCreating event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.CustomItemCreatingEvent

CutEvent

The type of the cut event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.CutEvent

DisposingEvent

The type of the disposing event handler's argument.

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

FocusInEvent

The type of the focusIn event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.InputEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.ItemClickEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.KeyUpEvent

OpenedEvent

The type of the opened event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.OpenedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.PasteEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.SelectionChangedEvent

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 { DxSelectBoxTypes } from "devextreme-vue/select-box"
Type: DxSelectBoxTypes.ValueChangedEvent