ToolboxDragItemMoveEventArgs.DragDropEffects Property
Gets or sets the target drop effect in a drag-and-drop operation.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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