'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.