Android.Widget.AbsListView.CheckedItemCount Property
Returns the number of items currently selected.

Syntax

[get: Android.Runtime.Register("getCheckedItemCount", "()I", "GetGetCheckedItemCountHandler")]
public virtual int CheckedItemCount { get; }

See Also

AbsListView.CheckedItemPosition
AbsListView.CheckedItemPositions
AbsListView.GetCheckedItemIds

Value

Documentation for this section has not yet been entered.

Remarks

Returns the number of items currently selected. This will only be valid if the choice mode is not AbsListView.CHOICE_MODE_NONE (default).

To determine the specific items that are currently selected, use one of the getChecked* methods.

[Android Documentation]

Requirements

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