Version

HeaderCellExportedEventArgs Class Members

The following tables list the members exposed by HeaderCellExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorHeaderCellExportedEventArgs ConstructorCreates a new HeaderCellExportedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyBandHeaderContainerReturns an Infragistics.Documents.Reports.Report.Table.ITableCell which contains the band header being exported. If HeaderType is not a band header, this will be null.  
Public PropertyColumnHeaderContainerReturns an Infragistics.Documents.Reports.Report.Grid.IGridCell which contains the column header being exported. If HeaderType is not a column header, this will be null.  
Public PropertyGridHeaderReturns the Infragistics.Win.UltraWinGrid.HeaderBase being exported.  
Public PropertyGroupHeaderContainerReturns an Infragistics.Documents.Reports.Report.Table.ITableCell which contains 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