Angular NumberBox Types

ChangeEvent

The type of the change event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.ChangeEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.CopyEvent

CutEvent

The type of the cut event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.CutEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.DisposingEvent

EnterKeyEvent

The type of the enterKey event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.EnterKeyEvent

FocusInEvent

The type of the focusIn event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.InputEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.KeyUpEvent

NumberBoxPredefinedButton

Specifies a custom button for the input text field.

Accepted Values: 'clear' | 'spins'

NumberBoxType

Specifies the value to be passed to the type attribute of the underlying <input> element.

Accepted Values: 'number' | 'text' | 'tel'

Used in:

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.PasteEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { DxNumberBoxTypes } from "devextreme-angular/ui/number-box"
Type: DxNumberBoxTypes.ValueChangedEvent