Version

DocumentSummaryCellExportingEventArgs Class Members

The following tables list the members exposed by DocumentSummaryCellExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorDocumentSummaryCellExportingEventArgs ConstructorCreates a new DocumentSummaryCellExportedEventArgs object.  
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.DocumentSummaryCellExportedEventArgs)
Public PropertyColumnReturns the column of the summary (Inherited from Infragistics.Web.UI.GridControls.BaseExportSummaryCellEventArgs)
Public PropertyExportValueThe value that will be exported to the cell in the report.  
Public PropertySummary (Inherited from Infragistics.Web.UI.GridControls.BaseExportSummaryCellEventArgs)
See Also