BindingSourceSelectionMode
Option to change the data source assignation when using Data Binding in collection views.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum BindingSourceSelectionMode
Fields
Value | Description |
|---|---|
| AutoAssign | The items source and indexed path are automatically assigned to each item's data source. |
| Manual | Data source assignation will be handled by user code when binding each item. |