dropModeAllowed property
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;
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
MhDropModeAllowed dropModeAllowed = MhDropModeAllowed.copyAndMove;