React NumberBox Types

ChangeEvent

The type of the change event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.ChangeEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.CopyEvent

CutEvent

The type of the cut event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.CutEvent

DisposingEvent

The type of the disposing event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.DisposingEvent

EnterKeyEvent

The type of the enterKey event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.EnterKeyEvent

FocusInEvent

The type of the focusIn event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.InputEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.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 { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.PasteEvent

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { NumberBoxTypes } from "devextreme-react/number-box"
Type: NumberBoxTypes.ValueChangedEvent