Android.Widget.AbsSpinner.Adapter Property
Returns the adapter currently associated with this widget.

Syntax

[get: Android.Runtime.Register("getAdapter", "()Landroid/widget/SpinnerAdapter;", "GetGetAdapterHandler")]
[set: Android.Runtime.Register("setAdapter", "(Landroid/widget/SpinnerAdapter;)V", "GetSetAdapter_Landroid_widget_SpinnerAdapter_Handler")]
public override ISpinnerAdapter Adapter { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the adapter currently associated with this widget.

Set method documentation [Android Documentation]

The Adapter is used to provide the data which backs this Spinner. It also provides methods to transform spinner items based on their position relative to the selected item.

Requirements

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