Android.Widget.SimpleCursorTreeAdapter.BindGroupView Method
Bind an existing view to the group data pointed to by cursor.

Syntax

[Android.Runtime.Register("bindGroupView", "(Landroid/view/View;Landroid/content/Context;Landroid/database/Cursor;Z)V", "GetBindGroupView_Landroid_view_View_Landroid_content_Context_Landroid_database_Cursor_ZHandler")]
protected override void BindGroupView (Android.Views.View view, Android.Content.Context context, Android.Database.ICursor cursor, bool isExpanded)

Parameters

view
Existing view, returned earlier by newGroupView.
context
Interface to application's global information
cursor
The cursor from which to get the data. The cursor is already moved to the correct position.
isExpanded
Whether the group is expanded.

Remarks

Bind an existing view to the group data pointed to by cursor.

[Android Documentation]

Requirements

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