Version

ExportStartedEventArgs Class Members

The following tables list the members exposed by ExportStartedEventArgs.

Public Constructors
 NameDescription
Public ConstructorExportStartedEventArgs ConstructorCreates a new ExportStartedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyLayoutA cloned Infragistics.Win.UltraWinGrid.UltraGridLayout of the grid being exported.  
Public PropertyRowsThe root Infragistics.Win.UltraWinGrid.RowsCollection of the grid being exported.  
Public PropertyWordDocumentWriterReturns a reference to the WordDocumentWriter which is writing the grid into the destination.  
See Also