Angular TagBox Types

ChangeEvent

The type of the change event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.ChangeEvent

ClosedEvent

The type of the closed event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.ClosedEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

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

CustomItemCreatingEvent

The type of the customItemCreating event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.CustomItemCreatingEvent

CutEvent

The type of the cut event handler's argument.

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

DisposingEvent

The type of the disposing event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.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 { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.EnterKeyEvent

FocusInEvent

The type of the focusIn event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.InputEvent

Used in:

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.ItemClickEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.KeyUpEvent

Used in:

MultiTagPreparingEvent

The type of the multiTagPreparing event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.MultiTagPreparingEvent

OpenedEvent

The type of the opened event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.OpenedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

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

SelectAllValueChangedEvent

The type of the selectAllValueChanged event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.SelectAllValueChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.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 { DxTagBoxTypes } from "devextreme-angular/ui/tag-box"
Type: DxTagBoxTypes.ValueChangedEvent