The following tables list the members exposed by DocumentGridFieldCaptionExportingEventArgs.
| Name | Description | |
|---|---|---|
![]() | DocumentGridFieldCaptionExportingEventArgs Constructor | Creates a new instance of DocumentGridFieldCaptionExportingEventArgs |
| Name | Description | |
|---|---|---|
![]() | caption | (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
![]() | column | (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
![]() | isFooterCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
![]() | isHeaderCell | (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
| Name | Description | |
|---|---|---|
![]() | Cancel | Gets or sets a value indicating whether the event should be canceled. |
![]() | Caption | The caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
![]() | CellElement | The IGridCell in the report that the exported cell will belong to. (Inherited from Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportedEventArgs) |
![]() | Column | The column of the caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
![]() | ExportValue | The value that will be exported to the cell in the report. |
![]() | IsFooterCell | Returns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |
![]() | IsHeaderCell | Returns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) |