• Globals
  • IDatePickerValidationFailedEventArgs

Interface IDatePickerValidationFailedEventArgs

Provides information about date picker reference and its previously valid value when onValidationFailed event is fired.

Hierarchy

Hierarchy (View Summary)

Properties

currentValue: string | Date
owner?: any

Provides reference to the owner component.

prevValue: string | Date