Android.Widget.SearchView.Iconified Property
Returns the current iconified state of the SearchView.

Syntax

[get: Android.Runtime.Register("isIconified", "()Z", "GetIsIconifiedHandler")]
[set: Android.Runtime.Register("setIconified", "(Z)V", "GetSetIconified_ZHandler")]
public virtual bool Iconified { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current iconified state of the SearchView.

Set method documentation [Android Documentation]

Iconifies or expands the SearchView. Any query text is cleared when iconified. This is a temporary state and does not override the default iconified state set by SearchView.SetIconifiedByDefault(bool). If the default state is iconified, then a false here will only be valid until the user closes the field. And if the default state is expanded, then a true here will only clear the text field and not close it.

Requirements

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