I currently have a Picker in xaml and it is bound to a data source. (I use the BindablePicker control, just a wrapper on top of the regular picker to get the data binding working).
This works fine but what is the markup to change how the text is displayed on the picker? At the moment my picker just shows a list of
MyNamespace.MyClass.MyObject etc. all the way down. How do I get it to show the Name property of that object?