CursorTreeAdapter.SetGroupCursor(ICursor) Method

Definition

Sets the group Cursor.

[Android.Runtime.Register("setGroupCursor", "(Landroid/database/Cursor;)V", "GetSetGroupCursor_Landroid_database_Cursor_Handler")]
public virtual void SetGroupCursor (Android.Database.ICursor? cursor);
[<Android.Runtime.Register("setGroupCursor", "(Landroid/database/Cursor;)V", "GetSetGroupCursor_Landroid_database_Cursor_Handler")>]
abstract member SetGroupCursor : Android.Database.ICursor -> unit
override this.SetGroupCursor : Android.Database.ICursor -> unit

Parameters

cursor
ICursor

The Cursor to set for the group. If there is an existing cursor it will be closed.

Attributes

Remarks

Sets the group Cursor.

Java documentation for android.widget.CursorTreeAdapter.setGroupCursor(android.database.Cursor).

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.

Applies to