AccessibilityNodeInfo.CollectionItemInfo.RowTitle Property

Definition

Gets the row title at which the item is located.

public string? RowTitle { [Android.Runtime.Register("getRowTitle", "()Ljava/lang/String;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getRowTitle", "()Ljava/lang/String;", "", ApiSince=33)>]
member this.RowTitle : string

Property Value

The row title.

Attributes

Remarks

Gets the row title at which the item is located.

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

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