Android.Widget.AbsListView.CheckedItemPosition Property
Returns the currently checked item.

Syntax

[get: Android.Runtime.Register("getCheckedItemPosition", "()I", "GetGetCheckedItemPositionHandler")]
public virtual int CheckedItemPosition { get; }

See Also

AbsListView.ChoiceMode

Value

Documentation for this section has not yet been entered.

Remarks

Returns the currently checked item. The result is only valid if the choice mode has been set to AbsListView.CHOICE_MODE_SINGLE.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1