View.ExecuteAction Method
Include Protected Members
Include Inherited Members
Executes an editing command against a form's underlying XML document based on the current selection or view context.
Overload List
Name | Description | |
---|---|---|
ExecuteAction(ActionType) | Executes an editing command against a form's underlying XML document, based on the data currently selected in the view. | |
ExecuteAction(ActionType, String) | Executes an editing command against a form's underlying XML document, based on the specified field or group. |
Top