Xamarin.Forms.Picker Members

The members of Xamarin.Forms.Picker are listed below.

See Also: Inherited members from Xamarin.Forms.View

Public Constructors

Initializes a new instance of the Picker class.

Public Fields

static readonly
SelectedIndexPropertyBindableProperty. Identifies the SelectedIndex bindable property.
static readonly
TitlePropertyBindableProperty. Identifies the Title bindable property.

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.

Public Events

SelectedIndexChangedRaised when the value of the SelectIndex property has changed.