AbsListView.SetFilterText(String) Method

Definition

Sets the initial value for the text filter.

[Android.Runtime.Register("setFilterText", "(Ljava/lang/String;)V", "GetSetFilterText_Ljava_lang_String_Handler")]
public virtual void SetFilterText (string? filterText);
[<Android.Runtime.Register("setFilterText", "(Ljava/lang/String;)V", "GetSetFilterText_Ljava_lang_String_Handler")>]
abstract member SetFilterText : string -> unit
override this.SetFilterText : string -> unit

Parameters

filterText
String

The text to use for the filter.

Attributes

Remarks

Sets the initial value for the text filter.

Java documentation for android.widget.AbsListView.setFilterText(java.lang.String).

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