CustomizeFilterEditorEventArgs Constructor
In This Topic
Initializes a new instance of a
CustomizeFilterEditorEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal columnName As System.String, _
ByVal columnIndex As System.Integer, _
ByVal As System.Type _
)
public CustomizeFilterEditorEventArgs(
System.string columnName,
System.int columnIndex,
System.Type
)
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