dropModeAllowed property

MhDropModeAllowed dropModeAllowed
getter/setter pair

the modes which are allowed for the current drag drop Operation you can limit the allowed drop modes to only copy, only move or do both

Implementation

MhDropModeAllowed dropModeAllowed = MhDropModeAllowed.copyAndMove;