Version

HeaderRowExportedEventArgs Constructor

Creates a new HeaderRowExportedEventArgs instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal band As Infragistics.Win.UltraWinGrid.UltraGridBand, _
   ByVal isFixedHeader As Boolean, _
   ByVal fixedHeaderContainer As Infragistics.Documents.Reports.Report.Tree.INode, _
   ByVal headerContainer As Infragistics.Documents.Reports.Report.Table.ITableHeader, _
   ByVal reportHeaderRow As Infragistics.Documents.Reports.Report.Table.ITable _
)
public HeaderRowExportedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridBand band,
   bool isFixedHeader,
   Infragistics.Documents.Reports.Report.Tree.INode fixedHeaderContainer,
   Infragistics.Documents.Reports.Report.Table.ITableHeader headerContainer,
   Infragistics.Documents.Reports.Report.Table.ITable reportHeaderRow
)

Parameters

band
The Infragistics.Win.UltraWinGrid.UltraGridBand whose headers are being exported.
isFixedHeader
Returns whether the header being exported is a fixed header.
fixedHeaderContainer
Returns an INode into which the header will be exported.
headerContainer
Returns an ITableHeader into which the header will be exported.
reportHeaderRow
Return the ITable in the report into which the header row was exported.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also