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

Syntax

[get: Android.Runtime.Register("getNextFocusUpId", "()I", "GetGetNextFocusUpIdHandler")]
[set: Android.Runtime.Register("setNextFocusUpId", "(I)V", "GetSetNextFocusUpId_IHandler")]
public virtual int NextFocusUpId { 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_UP.

Set method documentation [Android Documentation]

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

Requirements

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