Version

WordGridFieldCaptionExportingEventArgs Class Members

The following tables list the members exposed by WordGridFieldCaptionExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorWordGridFieldCaptionExportingEventArgs ConstructorCreates a new instance of DocumentGridFieldCaptionExportingEventArgs  
Public Properties
 NameDescription
Public PropertyCancelGets or sets a value indicating whether the event should be canceled.  
Public PropertyCaptionThe caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
Public PropertyCellThe table cell in the document that will have data exported to it  
Public PropertyColumnThe column of the caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
Public PropertyExportValueThe value that will be exported to the cell in the report.  
Public PropertyIsFooterCellReturns true if this cell is in the grid footer. (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
Public PropertyIsHeaderCellReturns true if this cell is in the grid header. (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
See Also