ComponentOne True DBGrid for WinForms
CustomizeFilterEditorEventArgs Constructor

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > CustomizeFilterEditorEventArgs Class : CustomizeFilterEditorEventArgs Constructor
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.
Syntax
'Declaration
 
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
)

Parameters

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.
See Also

Reference

CustomizeFilterEditorEventArgs Class
CustomizeFilterEditorEventArgs Members