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