Android.Preferences.EditTextPreference Members

The members of Android.Preferences.EditTextPreference are listed below.

See Also: Inherited members from Android.Preferences.DialogPreference

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
EditTextAndroid.Widget.EditText. Returns the Android.Widget.EditText widget that will be shown in the dialog.
Textstring. Gets the text from the Android.Content.ISharedPreferences.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

OnAddEditTextToDialogView(Android.Views.View, Android.Widget.EditText)
Adds the EditText widget of this preference to the dialog's view.