Android.Widget.AlphabetIndexer.SetCursor Method
Sets a new cursor as the data set and resets the cache of indices.

Syntax

[Android.Runtime.Register("setCursor", "(Landroid/database/Cursor;)V", "GetSetCursor_Landroid_database_Cursor_Handler")]
public virtual void SetCursor (Android.Database.ICursor cursor)

Parameters

cursor
the new cursor to use as the data set

Remarks

Sets a new cursor as the data set and resets the cache of indices.

[Android Documentation]

Requirements

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