Xamarin – SearchBar Tip 1
If you’re using a SearchBar control, you’ll need to pass the text that’s been entered. Instead of using a property you can use a Binding “trick” instead. You’ll notice that SearchCommandParameter is set to bind to the text property of the SearchBar itself