TextView.EditableText Property

Definition

Return the text that TextView is displaying as an Editable object.

public virtual Android.Text.IEditable? EditableText { [Android.Runtime.Register("getEditableText", "()Landroid/text/Editable;", "GetGetEditableTextHandler")] get; }
[<get: Android.Runtime.Register("getEditableText", "()Landroid/text/Editable;", "GetGetEditableTextHandler")>]
member this.EditableText : Android.Text.IEditable

Property Value

Attributes

Remarks

Return the text that TextView is displaying as an Editable object. If the text is not editable, null is returned.

Java documentation for android.widget.TextView.getEditableText().

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

See also