RemoveAction(Action: IActionItem);
Action. Action that should be removed from the 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 the collection, it still can be used. To reuse the action, add it to the collection of any ActionList component by using the IActionList.AddAction method.
See also: