Android.Views.ViewGroup.FocusedChild Property
Returns the focused child of this view, if any.

Syntax

[get: Android.Runtime.Register("getFocusedChild", "()Landroid/view/View;", "GetGetFocusedChildHandler")]
public virtual View FocusedChild { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the focused child of this view, if any. The child may have focus or contain focus.

[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