Version

DocumentCellExportedEventArgs Class Properties

For a list of all members of this type, see DocumentCellExportedEventArgs members.

Public Properties
 NameDescription
Public PropertyGridCellThe grid cell object that is currently being exported. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsFooterCellReturns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsHeaderCellReturns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyIsSummaryCellReturns true if this cell holds a summary for the grid. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
Public PropertyReportCellElementThe cell object in the report created to display the grid cell object.  
Public PropertySummaryReturns the summary for the summary cell, if there is one. (Inherited from Infragistics.Web.UI.GridControls.BaseExportCellEventArgs)
See Also