Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns whether query refinement is enabled for all items or only specific ones.
Set method documentation [Android Documentation]
Specifies if a query refinement button should be displayed alongside each suggestion
or if it should depend on the flags set in the individual items retrieved from the
suggestions provider. Clicking on the query refinement button will replace the text
in the query text field with the text from the suggestion. This flag only takes effect
if a SearchableInfo has been specified with SearchView.SetSearchableInfo(Android.App.SearchableInfo)
and not when using a custom adapter.