The properties of Xamarin.Forms.Picker are listed below. For a list of all members, see the Picker Members list.
See Also: Inherited members from Xamarin.Forms.View
| [read-only] | Items | IList<string>. Gets the list of choices. |
| SelectedIndex | int. Gets or sets the index of the slected item of the picker. This is a bindable property. | |
| Title | string. Gets or sets the title for the Picker. This is a bindable property. |