Android.Widget.EditText Class
EditText is a thin veneer over TextView that configures itself to be editable.

See Also: EditText Members

Syntax

[Android.Runtime.Register("android/widget/EditText", DoNotGenerateAcw=true)]
public class EditText : TextView

Remarks

EditText is a thin veneer over TextView that configures itself to be editable.

See the Text Fields guide.

XML attributes

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

[Android Documentation]

Requirements

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