SimpleCursorTreeAdapter.ViewBinder Property
Definition
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
Property Value
a ViewBinder or null if the binder does not exist
- Attributes
Remarks
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.