Back to Devexpress

ToolboxDragItemMoveEventArgs.DragDropEffects Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxdragitemmoveeventargs-35ae8b8f.md

latest1.8 KB
Original Source

ToolboxDragItemMoveEventArgs.DragDropEffects Property

Gets or sets the target drop effect in a drag-and-drop operation.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DragDropEffects DragDropEffects { get; set; }
vb
Public Property DragDropEffects As DragDropEffects

Property Value

TypeDescription
DragDropEffects

One of the DragDropEffects values.

|

Remarks

The DragDropEffects property allows you to specify the mouse cursor for a particular target of a drag-and-drop operation. For instance, you can display the circle-backslash symbol if the target does not accept data. See the DragDropEffects enumeration to learn the possible effects of a drag-and-drop operation.

See Also

DragDropEffects

ToolboxDragItemMoveEventArgs Class

ToolboxDragItemMoveEventArgs Members

DevExpress.XtraToolbox Namespace