Xamarin.Forms.Picker: Property Members

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

Public Properties

[read-only]
ItemsIList<string>. Gets the list of choices.
SelectedIndexint. Gets or sets the index of the slected item of the picker. This is a bindable property.
Titlestring. Gets or sets the title for the Picker. This is a bindable property.