EditTextPreference.EditText Property

Definition

Returns the EditText widget that will be shown in the dialog.

public virtual Android.Widget.EditText? EditText { [Android.Runtime.Register("getEditText", "()Landroid/widget/EditText;", "GetGetEditTextHandler")] get; }
[<get: Android.Runtime.Register("getEditText", "()Landroid/widget/EditText;", "GetGetEditTextHandler")>]
member this.EditText : Android.Widget.EditText

Property Value

The EditText widget that will be shown in the dialog.

Attributes

Remarks

Returns the EditText widget that will be shown in the dialog.

Java documentation for android.preference.EditTextPreference.getEditText().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to