I have a Telerik.XamarinForms.DataControls.RadListView and added a SelectionChanged listener (because I can't find the documentation for ItemTapped method signature).
In SelectionChanged I navigate to another page, but when the user comes back the item is still selected. So I'd like to clear the selection.
How?