Version

HeaderRowExportedEventArgs Class Members

The following tables list the members exposed by HeaderRowExportedEventArgs.

Public Constructors
 NameDescription
Public ConstructorHeaderRowExportedEventArgs ConstructorCreates a new HeaderRowExportedEventArgs instance.  
Public Properties
 NameDescription
Public PropertyBandThe Infragistics.Win.UltraWinGrid.UltraGridBand whose headers are being exported.  
Public PropertyFixedHeaderContainerReturns an INode into which the header will be exported.  
Public PropertyHeaderContainerReturns an ITableHeader into which the header will be exported.  
Public PropertyIsFixedHeaderReturns whether the header being exported is a fixed header.  
Public PropertyReportHeaderRowReturns an ITable representing the header in the report.  
See Also