Android.Widget.AbsListView.CheckedItemPositions Property
Returns the set of checked items in the list.

Syntax

[get: Android.Runtime.Register("getCheckedItemPositions", "()Landroid/util/SparseBooleanArray;", "GetGetCheckedItemPositionsHandler")]
public virtual Android.Util.SparseBooleanArray CheckedItemPositions { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the set of checked items in the list. The result is only valid if the choice mode has not been set to AbsListView.CHOICE_MODE_NONE.

[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