RemoveAction(Action: IActionItem);
Action. Action that should be removed from list of actions of the component.
The RemoveAction method removes the specified action from the list of actions of this component.
After removing the action from collection, it is still available to use. To reuse the action, it should be added to the collection of any ActionList component by using the IActionList.AddAction method.
See also: