Angular DateBox Types

ChangeEvent

The type of the change event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.ChangeEvent

ClosedEvent

The type of the closed event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.ClosedEvent

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.ContentReadyEvent

CopyEvent

The type of the copy event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.CopyEvent

Used in:

CutEvent

The type of the cut event handler's argument.

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

FocusInEvent

The type of the focusIn event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.FocusInEvent

FocusOutEvent

The type of the focusOut event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.FocusOutEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.InitializedEvent

InputEvent

The type of the input event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.InputEvent

KeyDownEvent

The type of the keyDown event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.KeyDownEvent

KeyUpEvent

The type of the keyUp event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.KeyUpEvent

OpenedEvent

The type of the opened event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.OpenedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.OptionChangedEvent

PasteEvent

The type of the paste event handler's argument.

import { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.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 { DxDateBoxTypes } from "devextreme-angular/ui/date-box"
Type: DxDateBoxTypes.ValueChangedEvent