React NumberBox Types

ChangeEvent

The type of the change event handler's argument.

import { ChangeEvent } from "devextreme/ui/number_box"
Type:

Object

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/number_box"
Type:

Object

CopyEvent

The type of the copy event handler's argument.

import { CopyEvent } from "devextreme/ui/number_box"
Type:

Object

CutEvent

The type of the cut event handler's argument.

import { CutEvent } from "devextreme/ui/number_box"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/number_box"
Type:

Object

EnterKeyEvent

The type of the enterKey event handler's argument.

import { EnterKeyEvent } from "devextreme/ui/number_box"
Type:

Object

FocusInEvent

The type of the focusIn event handler's argument.

import { FocusInEvent } from "devextreme/ui/number_box"
Type:

Object

FocusOutEvent

The type of the focusOut event handler's argument.

import { FocusOutEvent } from "devextreme/ui/number_box"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/number_box"
Type:

Object

InputEvent

The type of the input event handler's argument.

import { InputEvent } from "devextreme/ui/number_box"
Type:

Object

KeyDownEvent

The type of the keyDown event handler's argument.

import { KeyDownEvent } from "devextreme/ui/number_box"
Type:

Object

KeyUpEvent

The type of the keyUp event handler's argument.

import { KeyUpEvent } from "devextreme/ui/number_box"
Type:

Object

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 { OptionChangedEvent } from "devextreme/ui/number_box"
Type:

Object

PasteEvent

The type of the paste event handler's argument.

import { PasteEvent } from "devextreme/ui/number_box"
Type:

Object

ValueChangedEvent

The type of the valueChanged event handler's argument.

import { ValueChangedEvent } from "devextreme/ui/number_box"
Type:

Object