Version

DocumentGridFieldCaptionExportingEventArgs Class Members

The following tables list the members exposed by DocumentGridFieldCaptionExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorDocumentGridFieldCaptionExportingEventArgs 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 PropertyCellElementThe IGridCell in the report that the exported cell will belong to. (Inherited from Infragistics.Web.UI.GridControls.DocumentGridFieldCaptionExportedEventArgs)
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