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

Syntax

[get: Android.Runtime.Register("getNextFocusRightId", "()I", "GetGetNextFocusRightIdHandler")]
[set: Android.Runtime.Register("setNextFocusRightId", "(I)V", "GetSetNextFocusRightId_IHandler")]
public virtual int NextFocusRightId { 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_RIGHT.

Set method documentation [Android Documentation]

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

Requirements

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