Summary
Gets the initial exception associated with the
DateValidationError
event.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Date Picker Date Validation Error Event Args
Syntax
public Exception Exception { get; private set; }
Value
Type | Description |
---|---|
Exception | The exception associated with the validation failure. |