SimpleCursorTreeAdapter.ViewBinder Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ViewBinder
used to bind data to views. -or- Sets the binder used to bind data to views.
public virtual Android.Widget.SimpleCursorTreeAdapter.IViewBinder? ViewBinder { [Android.Runtime.Register("getViewBinder", "()Landroid/widget/SimpleCursorTreeAdapter$ViewBinder;", "GetGetViewBinderHandler")] get; [Android.Runtime.Register("setViewBinder", "(Landroid/widget/SimpleCursorTreeAdapter$ViewBinder;)V", "GetSetViewBinder_Landroid_widget_SimpleCursorTreeAdapter_ViewBinder_Handler")] set; }
[<get: Android.Runtime.Register("getViewBinder", "()Landroid/widget/SimpleCursorTreeAdapter$ViewBinder;", "GetGetViewBinderHandler")>]
[<set: Android.Runtime.Register("setViewBinder", "(Landroid/widget/SimpleCursorTreeAdapter$ViewBinder;)V", "GetSetViewBinder_Landroid_widget_SimpleCursorTreeAdapter_ViewBinder_Handler")>]
member this.ViewBinder : Android.Widget.SimpleCursorTreeAdapter.IViewBinder with get, set
a ViewBinder or null if the binder does not exist
- Attributes
Property getter documentation:
Java documentation for android.widget.SimpleCursorTreeAdapter.getViewBinder()
.
Property setter documentation:
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.
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |