The following tables list the members exposed by WordGridFieldCaptionExportingEventArgs.
Name | Description | |
---|---|---|
WordGridFieldCaptionExportingEventArgs 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) | |
Cell | The table cell in the document that will have data exported to it | |
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) |