ListPopupWindow.SelectedView Property

Definition

public virtual Android.Views.View? SelectedView { [Android.Runtime.Register("getSelectedView", "()Landroid/view/View;", "GetGetSelectedViewHandler")] get; }
[<get: Android.Runtime.Register("getSelectedView", "()Landroid/view/View;", "GetGetSelectedViewHandler")>]
member this.SelectedView : Android.Views.View

Property Value

The View for the currently selected item or null if #isShowing() == false.

Attributes

Remarks

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

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