SearchView.QueryFormatted Property

Definition

Returns the query string currently in the text field.

public virtual Java.Lang.ICharSequence? QueryFormatted { [Android.Runtime.Register("getQuery", "()Ljava/lang/CharSequence;", "GetGetQueryHandler")] get; }
[<get: Android.Runtime.Register("getQuery", "()Ljava/lang/CharSequence;", "GetGetQueryHandler")>]
member this.QueryFormatted : Java.Lang.ICharSequence

Property Value

the query string

Attributes

Remarks

Returns the query string currently in the text field.

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

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