Version

ExportErrorEventArgs Class Members

The following tables list the members exposed by ExportErrorEventArgs.

Public Properties
 NameDescription
Public PropertyDisplayErrorMessageGets or sets whether an error dialog will be displayed by the UltraGridExcelExporter.  
Public PropertyExceptionThe exception that occurred during the export process, or null if the error was not caused by an exception.  
Public PropertyWorkbookExporting workbook.  
Protected Properties
 NameDescription
Protected PropertyDisplayErrorMessageDefaultGets the default value for DisplayErrorMessage. Subclasses override this to control their default behavior.  
See Also