Android.Widget.SearchView.SubmitButtonEnabled Property
Returns whether the submit button is enabled when necessary or never displayed.

Syntax

[get: Android.Runtime.Register("isSubmitButtonEnabled", "()Z", "GetIsSubmitButtonEnabledHandler")]
[set: Android.Runtime.Register("setSubmitButtonEnabled", "(Z)V", "GetSetSubmitButtonEnabled_ZHandler")]
public virtual bool SubmitButtonEnabled { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns whether the submit button is enabled when necessary or never displayed.

Set method documentation [Android Documentation]

Enables showing a submit button when the query is non-empty. In cases where the SearchView is being used to filter the contents of the current activity and doesn't launch a separate results activity, then the submit button should be disabled.

Requirements

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