Android.Views.View.NextFocusForwardId Property
Gets the id of the view to use when the next focus is View.FOCUS_FORWARD.

Syntax

[get: Android.Runtime.Register("getNextFocusForwardId", "()I", "GetGetNextFocusForwardIdHandler")]
[set: Android.Runtime.Register("setNextFocusForwardId", "(I)V", "GetSetNextFocusForwardId_IHandler")]
public virtual int NextFocusForwardId { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the id of the view to use when the next focus is View.FOCUS_FORWARD.

Set method documentation [Android Documentation]

Sets the id of the view to use when the next focus is View.FOCUS_FORWARD.

Requirements

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