Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[CreateProperty]public bool allowRemove { get; set; }

Remarks

If the property is not set to
false
, any Remove operation will be allowed.