バージョン

BeforeCustomRowFilterDialogEventArgs コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal column As UltraGridColumn, _
   ByVal rows As RowsCollection, _
   ByVal customRowFiltersDialog As CustomRowFiltersDialog _
)
public BeforeCustomRowFilterDialogEventArgs( 
   UltraGridColumn column,
   RowsCollection rows,
   CustomRowFiltersDialog customRowFiltersDialog
)

パラメータ

column
カスタムのフィルターダイアログが表示される列。
rows
フィルタリングする行コレクション。
customRowFiltersDialog
カスタム行フィルターダイアログ。
参照