Android.Widget.AbsListView.IsItemChecked Method
Returns the checked state of the specified position.

Syntax

[Android.Runtime.Register("isItemChecked", "(I)Z", "GetIsItemChecked_IHandler")]
public virtual bool IsItemChecked (int position)

See Also

AbsListView.ChoiceMode

Parameters

position
The item whose checked state to return

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the checked state of the specified position. The result is only valid if the choice mode has been set to AbsListView.CHOICE_MODE_SINGLE or AbsListView.CHOICE_MODE_MULTIPLE.

[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