Version

DocumentGridFieldCaptionExportedEventArgs Class Members

The following tables list the members exposed by DocumentGridFieldCaptionExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorDocumentGridFieldCaptionExportedEventArgs ConstructorCreates a new instance of DocumentGridRecordItemExportedEventArgs  
Public Properties
 NameDescription
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.  
Public PropertyColumnThe column of the caption that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridFieldCaptionEventArgs)
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