NExportCommandAction Class Members
In This Topic
The following tables list the members exposed by NExportCommandAction.
Public Fields
Public Properties
| Name | Description |
| IsEditAction | Overridden. Returns true if this is an edit action (will modify the control content) |
Top
Public Methods
| Name | Description |
| Execute | Overridden. Executes this command action. |
Top
Protected Methods
| Name | Description |
| GetAvailableFormats | Must override to return the format which are exposed to the user for save |
| GetDefaultFormat | Gets the default format which is selected. This implementation returns the first available format. |
Top
See Also