The following tables list the members exposed by DocumentGridRowExportingEventArgs.
Name | Description | |
---|---|---|
DocumentGridRowExportingEventArgs Constructor | Creates a new DocumentGridRowExportingEventArgs object. |
Name | Description | |
---|---|---|
Cancel | Use to cancel the export of the row. | |
ContainingGrid | The IGrid in the report that the exported row will belong to. (Inherited from Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs) | |
GridRow | Returns the row in the grid, if any, being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
IsFooterRow | Returns true if this is the footer row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
IsHeaderRow | Returns true if this is the header row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
IsSummaryRow | Returns true if this is a summary row (Inherited from Infragistics.Web.UI.GridControls.BaseExportRowEventArgs) | |
ReportRow | The row object in the report created to display the grid's row object. (Inherited from Infragistics.Web.UI.GridControls.DocumentGridRowExportedEventArgs) |