BaseListView.overridingAddButtonBehavior

public Action<BaseListView,Button> overridingAddButtonBehavior;

Description

This callback allows the user to implement a DropdownMenu when the Add Button is clicked.

This callback will only be called if showAddRemoveFooter is set to true. Setting this callback to anything other than null will override the basic add behavior. This callback will override the onAdd callback.


Did you find this page useful? Please give it a rating: