SearchView.InputType Property

Definition

Returns the input type set on the query text field.

public virtual Android.Text.InputTypes InputType { [Android.Runtime.Register("getInputType", "()I", "GetGetInputTypeHandler")] get; }
[<get: Android.Runtime.Register("getInputType", "()I", "GetGetInputTypeHandler")>]
member this.InputType : Android.Text.InputTypes

Property Value

the input type

Attributes

Remarks

Returns the input type set on the query text field.

Java documentation for android.widget.SearchView.getInputType().

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