Language

Spinner.PopupContext Property

Definition

Gets the popup context.

public virtual Android.Content.Context? PopupContext { [Android.Runtime.Register("getPopupContext", "()Landroid/content/Context;", "GetGetPopupContextHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getPopupContext", "()Landroid/content/Context;", "GetGetPopupContextHandler", ApiSince=23)>]
member this.PopupContext : Android.Content.Context

Property Value

the context used to inflate the Spinner's popup or dialog window

Attributes

Remarks

Java documentation for android.widget.Spinner.getPopupContext().

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