[]
        
(Showing Draft Content)

C1.WPF.TreeView.DropAction

DropAction Enum

Specifies the action that will be performed when the user drops a drag source into a drop target element.

Namespace: C1.WPF.TreeView
Assembly: C1.WPF.TreeView.dll
Syntax
public enum DropAction

Fields

Name Description
Copy

Copy the source element into the target element.

Move

Move the source element into the target element.

None

No action.