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

Syntax

[get: Android.Runtime.Register("getNextFocusDownId", "()I", "GetGetNextFocusDownIdHandler")]
[set: Android.Runtime.Register("setNextFocusDownId", "(I)V", "GetSetNextFocusDownId_IHandler")]
public virtual int NextFocusDownId { 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_DOWN.

Set method documentation [Android Documentation]

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

Requirements

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