ToolboxDragItemMoveEventArgs.DragDropEffects Property
In This Article
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 |
---|---|
Drag |
One of the Drag |
#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