Enum PickerSelectionType
The type of selection for a Picker.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.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. |