CalendarDatePickerDateValidationErrorEventArgsException Property

Gets the initial exception associated with the DateValidationError event.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Exception Exception { get; }

Property Value

Exception
The exception associated with the validation failure.

See Also