onRemove Property View Source onRemove Set this callback to override what happens when clicking a remove button. It gets passed the item's index. Declaration public Action<int> onRemove { get; set; } Property Value Action<Int32>