allowAdd
This property allows the user to allow or block the addition of an item when clicking on the Add Button. It must return true or false.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[UxmlAttribute]public bool allowAdd { get; set; }
Remarks
If the callback is not set to , any Add operation will be allowed.
false