Android.Widget.SearchView.SuggestionsAdapter Property
Returns the adapter used for suggestions, if any.

Syntax

[get: Android.Runtime.Register("getSuggestionsAdapter", "()Landroid/widget/CursorAdapter;", "GetGetSuggestionsAdapterHandler")]
[set: Android.Runtime.Register("setSuggestionsAdapter", "(Landroid/widget/CursorAdapter;)V", "GetSetSuggestionsAdapter_Landroid_widget_CursorAdapter_Handler")]
public virtual CursorAdapter SuggestionsAdapter { get; set; }

See Also

SearchView.SetSearchableInfo(Android.App.SearchableInfo)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the adapter used for suggestions, if any.

Set method documentation [Android Documentation]

You can set a custom adapter if you wish. Otherwise the default adapter is used to display the suggestions from the suggestions provider associated with the SearchableInfo.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11