Vue DateRangeBox Types

ChangeEvent

The type of the change event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.ChangeEvent

ClosedEvent

The type of the closed event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.ClosedEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.CopyEvent

CutEvent

The type of the cut event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.CutEvent

DisposingEvent

The type of the disposing event handler's argument.

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

FocusInEvent

The type of the focusIn event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.InputEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.KeyUpEvent

OpenedEvent

The type of the opened event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.OpenedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.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 { DxDateRangeBoxTypes } from "devextreme-vue/date-range-box"
Type: DxDateRangeBoxTypes.ValueChangedEvent