AbsListView.TextFilterFormatted Property

Definition

Returns the list's text filter, if available.

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

Property Value

the list's text filter or null if filtering isn't enabled

Attributes

Remarks

Returns the list's text filter, if available.

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

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