Android.Preferences.EditTextPreference Class
A Android.Preferences.Preference that allows for string input.

See Also: EditTextPreference Members

Syntax

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

Remarks

A Android.Preferences.Preference that allows for string input.

It is a subclass of Android.Preferences.DialogPreference and shows the Android.Widget.EditText in a dialog. This Android.Widget.EditText can be modified either programmatically via EditTextPreference.EditText, or through XML by setting any EditText attributes on the EditTextPreference.

This preference will store a string into the SharedPreferences.

See NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#EditText.

[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