React DateBox Types

ChangeEvent

The type of the change event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.ChangeEvent

ClosedEvent

The type of the closed event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.ClosedEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.CopyEvent

Used in:

CutEvent

The type of the cut event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.CutEvent

Used in:

DatePickerType

Specifies the type of the date/time picker.

Accepted Values: 'calendar' | 'list' | 'native' | 'rollers'

DateType

A format used to display date/time information.

Accepted Values: 'date' | 'datetime' | 'time'

Used in:

DisposingEvent

The type of the disposing event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.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 { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.EnterKeyEvent

FocusInEvent

The type of the focusIn event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.InputEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.KeyUpEvent

OpenedEvent

The type of the opened event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.OpenedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.PasteEvent

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 { DateBoxTypes } from "devextreme-react/date-box"
Type: DateBoxTypes.ValueChangedEvent