Class DragDropEffects
Specifies the effects of a drag-and-drop operation.
Inheritance
Namespace: System.Windows
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class DragDropEffects : Enum
Fields
All
The data is copied, removed from the drag source, and scrolled in the drop target.
Declaration
public const DragDropEffects All
Field Value
DragDropEffects
|
Copy
The data is copied to the drop target.
Declaration
public const DragDropEffects Copy
Field Value
DragDropEffects
|
Link
The data from the drag source is linked to the drop target.
Declaration
public const DragDropEffects Link
Field Value
DragDropEffects
|
Move
The data from the drag source is moved to the drop target.
Declaration
public const DragDropEffects Move
Field Value
DragDropEffects
|
None
The drop target does not accept the data.
Declaration
public const DragDropEffects None
Field Value
DragDropEffects
|
Scroll
Scrolling is about to start or is currently occurring in the drop target.
Declaration
public const DragDropEffects Scroll
Field Value
DragDropEffects
|
value__
Declaration
public int value__
Field Value
System.Int32
|