View.NextClusterForwardId Property

Definition

Gets the id of the root of the next keyboard navigation cluster. -or- Sets the id of the view to use as the root of the next keyboard navigation cluster.

public virtual int NextClusterForwardId { [Android.Runtime.Register("getNextClusterForwardId", "()I", "GetGetNextClusterForwardIdHandler", ApiSince=26)] get; [Android.Runtime.Register("setNextClusterForwardId", "(I)V", "GetSetNextClusterForwardId_IHandler", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getNextClusterForwardId", "()I", "GetGetNextClusterForwardIdHandler", ApiSince=26)>]
[<set: Android.Runtime.Register("setNextClusterForwardId", "(I)V", "GetSetNextClusterForwardId_IHandler", ApiSince=26)>]
member this.NextClusterForwardId : int with get, set

Property Value

The next keyboard navigation cluster ID, or #NO_ID if the framework should decide automatically.

Attributes

Remarks

Property getter documentation:

Gets the id of the root of the next keyboard navigation cluster.

Java documentation for android.view.View.getNextClusterForwardId().

Property setter documentation:

Sets the id of the view to use as the root of the next keyboard navigation cluster.

Java documentation for android.view.View.setNextClusterForwardId(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to