AutoCompleteTextView.Filter Property

Definition

Returns the Filter obtained from Filterable#getFilter, or null if #setAdapter was not called with a Filterable.

protected virtual Android.Widget.Filter? Filter { [Android.Runtime.Register("getFilter", "()Landroid/widget/Filter;", "GetGetFilterHandler")] get; }
[<get: Android.Runtime.Register("getFilter", "()Landroid/widget/Filter;", "GetGetFilterHandler")>]
member this.Filter : Android.Widget.Filter

Property Value

Attributes

Remarks

Returns the Filter obtained from Filterable#getFilter, or null if #setAdapter was not called with a Filterable.

Java documentation for android.widget.AutoCompleteTextView.getFilter().

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