Text Property
Gets the text that caused the DateValidationError event.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public string Text { get; }
Public ReadOnly Property Text As String
Get
member Text : string with get
Property Value
String
The text that caused the validation failure.
See Also
Reference
CalendarDatePickerDateValidationErrorEventArgs Class
Avalonia.Controls Namespace