Skip to main content

ToolboxDragItemMoveEventArgs.DragDropEffects Property

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DragDropEffects DragDropEffects { get; set; }

Property Value

Type Description
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