バージョン

BeforeRowFilterDropDownEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal column As UltraGridColumn, _
   ByVal rows As RowsCollection, _
   ByVal filterDropDownContents As Infragistics.Win.ValueList _
)
public BeforeRowFilterDropDownEventArgs( 
   UltraGridColumn column,
   RowsCollection rows,
   Infragistics.Win.ValueList filterDropDownContents
)

パラメータ

column
クリックされた列ヘッダーフィルタードロップダウンボタンに関連付けられた列。
rows
UltraGridOverride.RowFilterMode が SiblingRowsOnly に解決される場合は、クリックされたフィルター ドロップダウン ボタンを持つ列ヘッダーに関連付けられた行コレクションが渡されます。そうでなければ null になります。
filterDropDownContents
フィルター ドロップダウンの ValueList としての内容。
参照