Android.Preferences.EditTextPreference.Text Property
Gets the text from the Android.Content.ISharedPreferences.

Syntax

[get: Android.Runtime.Register("getText", "()Ljava/lang/String;", "GetGetTextHandler")]
[set: Android.Runtime.Register("setText", "(Ljava/lang/String;)V", "GetSetText_Ljava_lang_String_Handler")]
public virtual string Text { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the text from the Android.Content.ISharedPreferences.

Set method documentation [Android Documentation]

Saves the text to the Android.Content.ISharedPreferences.

Requirements

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