Version

HeaderCellExportingEventArgs Class Members

The following tables list the members exposed by HeaderCellExportingEventArgs.

Public Constructors
 NameDescription
Public ConstructorHeaderCellExportingEventArgs ConstructorCreates a new HeaderCellExportingEventArgs instance.  
Public Properties
 NameDescription
Public PropertyBandHeaderContainerReturns an Infragistics.Documents.Reports.Report.Table.ITableCell which will contain the band header being exported. If HeaderType is not a band header, this will be null.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnHeaderContainerReturns an Infragistics.Documents.Reports.Report.Grid.IGridCell which will contain the column header being exported. If HeaderType is not a column header, this will be null.  
Public PropertyExportTextThe value which will be exported to the document.  
Public PropertyGridHeaderReturns the Infragistics.Win.UltraWinGrid.HeaderBase being exported.  
Public PropertyGroupHeaderContainerReturns an Infragistics.Documents.Reports.Report.Table.ITableCell which will contain the group header being exported. If HeaderType is not a group header, this will be null.  
Public PropertyHeaderTypeIndicates what type of header is being exported: a band header, group, or column header.  
See Also