AccessibilityNodeInfo.CollectionItemInfo.ColumnTitle Property

Definition

Gets the column title at which the item is located.

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

Property Value

The column title.

Attributes

Remarks

Gets the column title at which the item is located.

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

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