ToolboxDragItemStartEventArgs.Image Property
In This Article
Gets or sets the image displayed near the mouse cursor during drag-and-drop operations.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Image | An Image object that specifies the image displayed near the mouse cursor during drag-and-drop operations. |
#Remarks
If an item being dragged has an icon (see ToolboxElementBase.ImageOptions), it is displayed near the mouse pointer during the drag-and-drop operation. Using the Image property, you can provide a custom image that replaces the item icon. Note that for this property to be in effect, the ToolboxDragItemStartEventArgs.Handled property should be set to true.
See Also