Version

BaseExportCellEventArgs Class Members

The following tables list the members exposed by BaseExportCellEventArgs.

Public Constructors
Protected Fields
 NameDescription
Protected FieldgridCell  
Protected FieldisFooterCell  
Protected FieldisHeaderCell  
Protected FieldisSummaryCell  
Protected Fieldsummary  
Public Properties
 NameDescription
Public PropertyGridCellThe grid cell object that is currently being exported.  
Public PropertyIsFooterCellReturns true if this cell is in the grid footer.  
Public PropertyIsHeaderCellReturns true if this cell is in the grid header.  
Public PropertyIsSummaryCellReturns true if this cell holds a summary for the grid.  
Public PropertySummaryReturns the summary for the summary cell, if there is one.  
See Also