View.KeyboardNavigationCluster Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether this View is a root of a keyboard navigation cluster. -or- Set whether this view is a root of a keyboard navigation cluster.
public bool KeyboardNavigationCluster { [Android.Runtime.Register("isKeyboardNavigationCluster", "()Z", "", ApiSince=26)] get; [Android.Runtime.Register("setKeyboardNavigationCluster", "(Z)V", "GetSetKeyboardNavigationCluster_ZHandler", ApiSince=26)] set; }
[<get: Android.Runtime.Register("isKeyboardNavigationCluster", "()Z", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setKeyboardNavigationCluster", "(Z)V", "GetSetKeyboardNavigationCluster_ZHandler", ApiSince=26)>]
member this.KeyboardNavigationCluster : bool with get, set
Property Value
True if this view is a root of a cluster, or false otherwise.
- Attributes
Remarks
Property getter documentation:
Returns whether this View is a root of a keyboard navigation cluster.
Java documentation for android.view.View.isKeyboardNavigationCluster()
.
Property setter documentation:
Set whether this view is a root of a keyboard navigation cluster.
Java documentation for android.view.View.setKeyboardNavigationCluster(boolean)
.
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.