We have created an example demonstrating how to implement the Drag&Drop functionality for the CardView.
This functionality is encapsulated in the CardDragDropManager class. So, all you need to do is to attach this behavior to the GridControl.
Question Comments
Added By: A Dev at: 10/24/2014 12:19:57 PM
Where to find the DragDropManagerBase class?
Added By: Ivan (DevExpress Support) at: 10/24/2014 12:47:27 PMYou can find this class in the C:\Program Files (x86)\<DevExpress folder>\Components\Sources\DevExpress.Xpf.Grid\DevExpress.Xpf.Grid.Extensions\DragDrop\DragDropManager\DragDropManagerBase.cs file. Note that this file will be installed regardless your subscription type. It's available for trial users as well.