TdxGalleryControlController.DragCopy Property
Specifies if dragged gallery items are copied or moved.
Declaration
property DragCopy: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | If True, the gallery control copies dragged items at the target position. If False, dragged items are moved to the target position. |
See Also