Disable drop target checking

After disabling drop check, item can be dropped everywhere, even on itself. (to prevent error user must add own code to control drag and drop)
If drop check enabled (default behavior) item can't be dropped on itself, or on any from its children.

Enable drop target checking
Disable drop target checking