ListPopupWindow.SelectedItemId Property

Definition

public virtual long SelectedItemId { [Android.Runtime.Register("getSelectedItemId", "()J", "GetGetSelectedItemIdHandler")] get; }
[<get: Android.Runtime.Register("getSelectedItemId", "()J", "GetGetSelectedItemIdHandler")>]
member this.SelectedItemId : int64

Property Value

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

Attributes

Remarks

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

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