Input errors - Xamarin

In Xamarin.Forms, we recommend using a Label to display an error. The error message should also be posted to assistive technologies by using an accessibility announcement.

<Label
    Text="Invalid date, must be in the form DD/MM/YYYY, for example, 01/01/2000"
    IsVisible="{Binding IsValid}" />