Android.Widget.SimpleCursorAdapter.ViewBinder Property
Returns the NoType:android/widget/SimpleCursorAdapter$ViewBinder;Href=../../../reference/android/widget/SimpleCursorAdapter.ViewBinder.html used to bind data to views.

Syntax

[get: Android.Runtime.Register("getViewBinder", "()Landroid/widget/SimpleCursorAdapter$ViewBinder;", "GetGetViewBinderHandler")]
[set: Android.Runtime.Register("setViewBinder", "(Landroid/widget/SimpleCursorAdapter$ViewBinder;)V", "GetSetViewBinder_Landroid_widget_SimpleCursorAdapter_ViewBinder_Handler")]
public virtual SimpleCursorAdapter.IViewBinder ViewBinder { get; set; }

See Also

SimpleCursorAdapter.BindView(Android.Views.View, Android.Content.Context, Android.Content.Context)
SimpleCursorAdapter.ViewBinder
SimpleCursorAdapter.BindView(Android.Views.View, Android.Content.Context, Android.Content.Context)
SimpleCursorAdapter.ViewBinder

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the NoType:android/widget/SimpleCursorAdapter$ViewBinder;Href=../../../reference/android/widget/SimpleCursorAdapter.ViewBinder.html used to bind data to views.

Set method documentation [Android Documentation]

Sets the binder used to bind data to views.

Requirements

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