Row Level Locking is the default on an instance, database and the objects in the DB.
It can be disabled on an object level, and you can see if it is disabled on specific objects in a database by querying:
SELECT OBJECT_NAME(object_id) from sys.indexes WHERE allow_row_locks <> 1