The members of Xamarin.Forms.Picker are listed below.
See Also: Inherited members from Xamarin.Forms.View
Picker() | Initializes a new instance of the Picker class. |
static readonly | SelectedIndexProperty | BindableProperty. Identifies the SelectedIndex bindable property. |
static readonly | TitleProperty | BindableProperty. Identifies the Title bindable property. |
| [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. |
| SelectedIndexChanged | Raised when the value of the SelectIndex property has changed. |