ListPopupWindow.SelectedItemPosition Property

Definition

public virtual int SelectedItemPosition { [Android.Runtime.Register("getSelectedItemPosition", "()I", "GetGetSelectedItemPositionHandler")] get; }
[<get: Android.Runtime.Register("getSelectedItemPosition", "()I", "GetGetSelectedItemPositionHandler")>]
member this.SelectedItemPosition : int

Property Value

The position of the currently selected item or ListView#INVALID_POSITION if #isShowing() == false.

Attributes

Remarks

Java documentation for android.widget.ListPopupWindow.getSelectedItemPosition().

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

See also