Android.Views.Accessibility.AccessibilityRecord.ToIndex Property
Gets the index of text selection end or the index of the last visible item when scrolling.

Syntax

[get: Android.Runtime.Register("getToIndex", "()I", "GetGetToIndexHandler")]
[set: Android.Runtime.Register("setToIndex", "(I)V", "GetSetToIndex_IHandler")]
public virtual int ToIndex { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the index of text selection end or the index of the last visible item when scrolling.

Set method documentation [Android Documentation]

Sets the index of text selection end or the index of the last visible item when scrolling.

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14