Enum TreeViewItemAdvDragDropEffects
Specifies the effects of a drag-and-drop operation for TreeViewAdv.
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public enum TreeViewItemAdvDragDropEffects
Fields
| Name | Description |
|---|---|
| Copy | The data is copied to the drop target. |
| CopyOnly | The data copied to the drop target, the dragdrop effect will not change by clicking the ctrl or shift keys |
| Move | The data from the drag source is moved to the drop target. |
| MoveOnly | The data moved to the drop target, the dragdrop effect will not change by clicking the ctrl or shift keys |
| None | The drop target does not accept the data. |