TextView.Error Property

Definition

Returns the error message that was set to be displayed with setError(CharSequence) , or null if no error was set or if it the error was cleared by the widget after user input.

public string? Error { get; set; }
member this.Error : string with get, set

Property Value

The current error value.

Remarks

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