Angular DateBox - FocusOutEvent

The type of the focusOut event handler's argument.

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

component

The UI component's instance.

Selector: dxo-component
Type:

DateBox

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event