Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolboxDragItemMoveEventArgs.DragDropEffects Property

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.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