CalendarDatePickerDateValidationErrorEventArgsText Property

Gets the text that caused the DateValidationError event.

Definition

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

Property Value

String
The text that caused the validation failure.

See Also