Android.Preferences.ListPreference Class
A Android.Preferences.Preference that displays a list of entries as a dialog.

See Also: ListPreference Members

Syntax

[Android.Runtime.Register("android/preference/ListPreference", DoNotGenerateAcw=true)]
public class ListPreference : DialogPreference

Remarks

A Android.Preferences.Preference that displays a list of entries as a dialog.

This preference will store a string into the SharedPreferences. This string will be the value from the ListPreference.SetEntryValues(Java.Lang.ICharSequence[]) array.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1