Class DragAction
Specifies how and if a drag-and-drop operation should continue.
Inheritance
System.Object
DragAction
Namespace: System.Windows
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class DragAction : Enum
Fields
Cancel
The operation is canceled with no drop message.
Declaration
public const DragAction Cancel
Field Value
DragAction
|
Continue
Drop
The operation will stop with a drop.
Declaration
public const DragAction Drop
Field Value
DragAction
|
value__
Declaration
public int value__
Field Value
System.Int32
|