バージョン

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

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal band As UltraGridBand, _
   ByVal forceAlignLeft As Boolean, _
   ByVal rowsContext As RowsCollection _
)
public BandHeadersUIElement( 
   Infragistics.Win.UIElement parent,
   UltraGridBand band,
   bool forceAlignLeft,
   RowsCollection rowsContext
)

パラメータ

parent
親要素
band
関連付けられたBand
forceAlignLeft
ColScrollRegion に基づき調整するために True
rowsContext
関連する行
参照