Xamarin.Forms.Picker.Items Property
Gets the list of choices.

Syntax

public IList<string> Items { get; }

Value

An IList<string> representing the Picker choices.

Remarks

This property is read-only, but exposes the IList<> interface, so items can be added using Add().

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