AbsListView.HasTextFilter Property

Definition

Returns if the ListView currently has a text filter.

public virtual bool HasTextFilter { [Android.Runtime.Register("hasTextFilter", "()Z", "GetHasTextFilterHandler")] get; }
[<get: Android.Runtime.Register("hasTextFilter", "()Z", "GetHasTextFilterHandler")>]
member this.HasTextFilter : bool

Property Value

Attributes

Remarks

Returns if the ListView currently has a text filter.

Java documentation for android.widget.AbsListView.hasTextFilter().

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