AccessibilityNodeInfo.CollectionInfo.IsHierarchical Property

Definition

Gets if the collection is a hierarchically ordered.

public bool IsHierarchical { [Android.Runtime.Register("isHierarchical", "()Z", "")] get; }
[<get: Android.Runtime.Register("isHierarchical", "()Z", "")>]
member this.IsHierarchical : bool

Property Value

Whether the collection is hierarchical.

Attributes

Remarks

Gets if the collection is a hierarchically ordered.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.isHierarchical().

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