Version

HeaderRowExportingEventArgs Constructor

Creates a new HeaderRowExportingEventArgs 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 _
)
public HeaderRowExportingEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridBand band,
   bool isFixedHeader,
   Infragistics.Documents.Reports.Report.Tree.INode fixedHeaderContainer,
   Infragistics.Documents.Reports.Report.Table.ITableHeader headerContainer
)

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 if this is a fixed header.
headerContainer
Returns an ITableHeader into which the header will be exported if it is not a fixed header.
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