True DBGrid for WinForms
CustomizeFilterEditorEventArgs コンストラクタ

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid 名前空間 > CustomizeFilterEditorEventArgs クラス : CustomizeFilterEditorEventArgs コンストラクタ
フィルタ処理する列の名前。
フィルタ処理する列のインデックス。
フィルタ条件の値エディタのデータ型。
CustomizeFilterEditorEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal columnName As System.String, _
   ByVal columnIndex As System.Integer, _
   ByVal editorType As System.Type _
)
public CustomizeFilterEditorEventArgs( 
   System.string columnName,
   System.int columnIndex,
   System.Type editorType
)

パラメータ

columnName
フィルタ処理する列の名前。
columnIndex
フィルタ処理する列のインデックス。
editorType
フィルタ条件の値エディタのデータ型。
参照

CustomizeFilterEditorEventArgs クラス
CustomizeFilterEditorEventArgs メンバ