Android.Widget.AbsListView.ChoiceMode Property

Syntax

[get: Android.Runtime.Register("getChoiceMode", "()I", "GetGetChoiceModeHandler")]
[set: Android.Runtime.Register("setChoiceMode", "(I)V", "GetSetChoiceMode_IHandler")]
public virtual ChoiceMode ChoiceMode { get; set; }

See Also

AbsListView.ChoiceMode

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Defines the choice behavior for the List. By default, Lists do not have any choice behavior (AbsListView.CHOICE_MODE_NONE). By setting the choiceMode to AbsListView.CHOICE_MODE_SINGLE, the List allows up to one item to be in a chosen state. By setting the choiceMode to AbsListView.CHOICE_MODE_MULTIPLE, the list allows any number of items to be chosen.

Requirements

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