バージョン

BandHeadersUIElement コンストラクタ(UIElement,UltraGridBand,Boolean,RowsCollection,UltraGridRow)

コンストラクター
シンタックス
'宣言
 
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
)

パラメータ

parent
親要素
band
関連付けられたBand
forceAlignLeft
ColScrollRegion に基づき調整するために True
rowsContext
関連する行
rowContext
このヘッダーが付属する行。
参照