The following tables list the members exposed by DocumentGridFieldCaptionExportedEventArgs.
Name | Description | |
---|---|---|
DocumentGridFieldCaptionExportedEventArgs Constructor | Creates a new instance of DocumentGridRecordItemExportedEventArgs |
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 | |
---|---|---|
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. | |
Column | The column of the caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs) | |
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) |