AccessibilityNodeInfo.CollectionItemInfo.ColumnIndex Property

Definition

Gets the column index at which the item is located.

public int ColumnIndex { [Android.Runtime.Register("getColumnIndex", "()I", "")] get; }
[<get: Android.Runtime.Register("getColumnIndex", "()I", "")>]
member this.ColumnIndex : int

Property Value

The column index.

Attributes

Remarks

Gets the column index at which the item is located.

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

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