Summary
Gets the text that caused the
DateValidationError
event.
- Namespace
- Avalonia
.Controls - Containing Type
- Calendar
Date Picker Date Validation Error Event Args
Syntax
public string Text { get; private set; }
Value
Type | Description |
---|---|
string | The text that caused the validation failure. |