bindingSourceSelectionMode
This property controls whether every element in the list will get its data source setup automatically to the correct item in the collection's source.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public BindingSourceSelectionMode bindingSourceSelectionMode { get; set; }
Remarks
When set to , the bind callbacks don't need to be specified, since bindings can be used to fill the elements.
AutoAssign