I have an existing RadTreeView, and would like to allow users to drop the items at another location within the tree . All I need to capture is the drop target details. It seems to be available within "DragEventArgs.Data" property but this seems to be inaccessible through code. It has the type "Telerik.Windows.DragDrop.Behaviors.DragPayload.FullTrustPayload" and I can't access it.
Is there any way to access information about where in the RadTreeView an item has been dropped?
TIA