Xamarin.Forms.Picker.SelectedIndex Property
Gets or sets the index of the slected item of the picker. This is a bindable property.

Syntax

public int SelectedIndex { get; set; }

Value

An 0-based index representing the selected item in the list. Default is -1.

Remarks

A value of -1 represents no item selected.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0