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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > CustomizeFilterEditorEventArgs クラス : CustomizeFilterEditorEventArgs コンストラクタ
The name of column for filtering.
The index of column for filtering.
The data type for the value editor of filter condition.
Initializes a new instance of a 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
The name of column for filtering.
columnIndex
The index of column for filtering.
editorType
The data type for the value editor of filter condition.
参照

CustomizeFilterEditorEventArgs クラス
CustomizeFilterEditorEventArgs メンバ