Angular DateBox - ChangeEvent

The type of the change event handler's argument.

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

component

The UI component's instance.

Selector: dxo-component
Type:

DateBox

element

The UI component's container.

event

Specifies the executed event.

Selector: dxo-event

model

Model data. Available only if you use Knockout.

Type: any