ChoiceMode Enum

Definition

Enumerates values returned by several types.

public enum ChoiceMode
type ChoiceMode = 
Inheritance
ChoiceMode

Fields

Name Value Description
None 0

No items can be checked.

Single 1

One item can be checked at a time.

Multiple 2

Multiple items can be checked.

MultipleModal 3

Multiple items can be checked using modal selection.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to