Version

BandHeadersUIElement Constructor(UIElement,UltraGridBand,Boolean,RowsCollection,UltraGridRow)

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal band As UltraGridBand, _
   ByVal forceAlignLeft As Boolean, _
   ByVal rowsContext As RowsCollection, _
   ByVal rowContext As UltraGridRow _
)
public BandHeadersUIElement( 
   Infragistics.Win.UIElement parent,
   UltraGridBand band,
   bool forceAlignLeft,
   RowsCollection rowsContext,
   UltraGridRow rowContext
)

Parameters

parent
Parent element
band
Associated Band
forceAlignLeft
True to adjust based on the ColScrollRegion
rowsContext
Associated rows
rowContext
The row this header is attached to.
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