Enum PickerSelectionType
The type of selection for a Picker.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public enum PickerSelectionType
  Fields
| Name | Description | 
|---|---|
| Multiple | The Picker allows multiple items to be selected.  | 
      
| Single | The Picker allows only one item to be selected.  |