Version

DocumentGridRecordItemExportingEventArgs Class Members

The following tables list the members exposed by DocumentGridRecordItemExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorDocumentGridRecordItemExportingEventArgs ConstructorCreates a new instance of DocumentGridRecordItemExportedEventArgs  
Public Properties
 NameDescription
Public PropertyCancelGets or sets a value indicating whether the event should be canceled.  
Public PropertyCellElementThe IGridCell in the report that the exported cell will belong to. (Inherited from Infragistics.Web.UI.GridControls.DocumentGridRecordItemExportedEventArgs)
Public PropertyExportValueThe value that will be exported to the cell in the report.  
Public PropertyGridCellThe grid data cell that is being exported (Inherited from Infragistics.Web.UI.GridControls.BaseExportGridRecordItemEventArgs)
See Also