Android.Views.View.HasFocusable Property
Returns true if this view is focusable or if it contains a reachable View for which View.HasFocusable returns true.

Syntax

[get: Android.Runtime.Register("hasFocusable", "()Z", "GetHasFocusableHandler")]
public virtual bool HasFocusable { get; }

See Also

ViewGroup.TouchscreenBlocksFocus

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this view is focusable or if it contains a reachable View for which View.HasFocusable returns true. A "reachable hasFocusable()" is a View whose parents do not block descendants focus. Only View.VISIBLE views are considered focusable.

[Android Documentation]

Requirements

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