AccessibilityNodeInfo.CollectionItemInfo.IsSelected Property

Definition

Gets if the collection item is selected.

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

Property Value

If the item is selected.

Attributes

Remarks

Gets if the collection item is selected.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.isSelected().

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